Struct cairo::Matrix [] [src]

#[repr(C)]
pub struct Matrix { pub xx: f64, pub yx: f64, pub xy: f64, pub yy: f64, pub x0: f64, pub y0: f64, }

Fields

Trait Implementations

impl Copy for Matrix
[src]

impl Clone for Matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MatrixTrait for Matrix
[src]