Struct freetype::ffi::FT_UnitVector []

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

impl Copy for FT_UnitVector