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

Trait Implementations

impl Copy for PangoMatrix
[src]

impl Clone for PangoMatrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoMatrix
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PangoMatrix

impl Sync for PangoMatrix