Struct freetype_sys::FT_UnitVector [] [src]

#[repr(C)]
pub struct FT_UnitVector { pub x: FT_F2Dot14, pub y: FT_F2Dot14, }

Fields

Trait Implementations

impl Copy for FT_UnitVector
[src]

impl Clone for FT_UnitVector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more