Struct freetype_sys::FT_UnitVector
[−]
[src]
pub struct FT_UnitVector {
pub x: FT_F2Dot14,
pub y: FT_F2Dot14,
}Fields
x: FT_F2Dot14
y: FT_F2Dot14
Trait Implementations
impl Clone for FT_UnitVector[src]
fn clone(&self) -> FT_UnitVector
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more