Struct freetype_sys::FT_Matrix [] [src]

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

Fields

xx: FT_Fixed xy: FT_Fixed yx: FT_Fixed yy: FT_Fixed

Trait Implementations

impl Clone for FT_Matrix
[src]

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
[src]