Struct pango_sys::PangoMatrix
source · [−]#[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 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