Struct freetype::ffi::FT_Matrix []

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

Fields

xx: i32 xy: i32 yx: i32 yy: i32

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