Type Alias freetype::freetype::FT_UnitVector

source ·
pub type FT_UnitVector = FT_UnitVector_;

Aliased Type§

struct FT_UnitVector {
    pub x: i16,
    pub y: i16,
}

Fields§

§x: i16§y: i16

Trait Implementations§

source§

impl Clone for FT_UnitVector_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_UnitVector_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_UnitVector_