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_doublexy: c_doubleyx: c_doubleyy: c_doublex0: c_doubley0: c_doubleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoMatriximpl Send for PangoMatriximpl Sync for PangoMatriximpl Unpin for PangoMatriximpl UnwindSafe for PangoMatrixBlanket Implementations
Mutably borrows from an owned value. Read more