Struct freetype::ffi::FT_Matrix []

pub struct FT_Matrix {
    pub xx: i64,
    pub xy: i64,
    pub yx: i64,
    pub yy: i64,
}

Fields

xx: i64 xy: i64 yx: i64 yy: i64

Trait Implementations

impl Clone for FT_Matrix

fn clone(&self) -> FT_Matrix

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_Matrix