Struct freetype::ffi::FT_UnitVector
[−]
[src]
pub struct FT_UnitVector {
pub x: i16,
pub y: i16,
}Fields
x: i16
y: i16
Trait Implementations
impl Clone for FT_UnitVector
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