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_F2Dot14Trait 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<FT_UnitVector> for FT_UnitVector
impl PartialEq<FT_UnitVector> 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 ==.