Struct cairo::Matrix []

#[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

impl Clone for Matrix

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MatrixTrait for Matrix
[src]