Struct fontconfig_sys::Struct__FcMatrix [] [src]

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

Fields

Trait Implementations

impl Copy for Struct__FcMatrix
[src]

impl Clone for Struct__FcMatrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__FcMatrix
[src]

Returns the "default value" for a type. Read more