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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).