Struct cairo::Matrix [−][src]
#[repr(C)]pub struct Matrix { pub xx: c_double, pub yx: c_double, pub xy: c_double, pub yy: c_double, pub x0: c_double, pub y0: c_double, }
Fields
xx: c_doubleyx: c_doublexy: c_doubleyy: c_doublex0: c_doubley0: c_doubleImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matriximpl UnwindSafe for MatrixBlanket Implementations
Mutably borrows from an owned value. Read more