Struct freetype::ffi::FT_Matrix [] [src]

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

Fields

Trait Implementations

impl Copy for FT_Matrix
[src]

impl Clone for FT_Matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more