Struct pango_sys::PangoMatrix [−][src]
#[repr(C)]pub struct PangoMatrix { pub xx: c_double, pub xy: c_double, pub yx: c_double, pub yy: c_double, pub x0: c_double, pub y0: c_double, }
Fields
xx: c_double
xy: c_double
yx: c_double
yy: c_double
x0: c_double
y0: c_double
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoMatrix
impl Send for PangoMatrix
impl Sync for PangoMatrix
impl Unpin for PangoMatrix
impl UnwindSafe for PangoMatrix
Blanket Implementations
Mutably borrows from an owned value. Read more