Struct cairo_sys::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_double
yx: c_double
xy: c_double
yy: c_double
x0: c_double
y0: c_double
Trait Implementations
impl Debug for Matrix
[src]
impl Clone for Matrix
[src]
fn clone(&self) -> Matrix
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more