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_double§xy: c_double§yx: c_double§yy: c_double§x0: c_double§y0: c_doubleTrait Implementations§
source§impl Clone for PangoMatrix
impl Clone for PangoMatrix
source§fn clone(&self) -> PangoMatrix
fn clone(&self) -> PangoMatrix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more