Struct freetype_sys::FT_UnitVector
source · #[repr(C)]pub struct FT_UnitVector {
pub x: FT_F2Dot14,
pub y: FT_F2Dot14,
}
Fields§
§x: FT_F2Dot14
§y: FT_F2Dot14
Trait Implementations§
source§impl Clone for FT_UnitVector
impl Clone for FT_UnitVector
source§fn clone(&self) -> FT_UnitVector
fn clone(&self) -> FT_UnitVector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FT_UnitVector
impl Debug for FT_UnitVector
source§impl Hash for FT_UnitVector
impl Hash for FT_UnitVector
source§impl PartialEq for FT_UnitVector
impl PartialEq for FT_UnitVector
source§fn eq(&self, other: &FT_UnitVector) -> bool
fn eq(&self, other: &FT_UnitVector) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_UnitVector
impl Eq for FT_UnitVector
impl StructuralPartialEq for FT_UnitVector
Auto Trait Implementations§
impl Freeze for FT_UnitVector
impl RefUnwindSafe for FT_UnitVector
impl Send for FT_UnitVector
impl Sync for FT_UnitVector
impl Unpin for FT_UnitVector
impl UnwindSafe for FT_UnitVector
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more