Struct freetype_sys::FT_UnitVector
[−]
[src]
pub struct FT_UnitVector { pub x: FT_F2Dot14, pub y: FT_F2Dot14, }
Fields
x | |
y |
pub struct FT_UnitVector { pub x: FT_F2Dot14, pub y: FT_F2Dot14, }
x | |
y |
impl Clone for FT_UnitVector
fn clone(&self) -> FT_UnitVector
fn clone_from(&mut self, source: &Self)
impl Copy for FT_UnitVector