Struct freetype_sys::FT_Matrix [] [src]

#[repr(C)]
pub struct FT_Matrix { pub xx: FT_Fixed, pub xy: FT_Fixed, pub yx: FT_Fixed, pub yy: FT_Fixed, }

Fields

Trait Implementations

impl Copy for FT_Matrix
[src]

impl Clone for FT_Matrix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more