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

Trait Implementations

impl Clone for FT_Matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_Matrix
[src]