Type Alias freetype::freetype::FT_Vector

source ·
pub type FT_Vector = FT_Vector_;

Aliased Type§

struct FT_Vector {
    pub x: i64,
    pub y: i64,
}

Fields§

§x: i64§y: i64

Trait Implementations§

source§

impl Clone for FT_Vector_

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_Vector_

source§

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

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

impl Copy for FT_Vector_