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

Trait Implementations

impl Clone for Matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Matrix
[src]