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
xx: f64
                           
                           
                           yx: f64
                           
                           
                           xy: f64
                           
                           
                           yy: f64
                           
                           
                           x0: f64
                           
                           
                           y0: f64
                           Trait Implementations
impl Debug for Matrix[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Copy 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
impl PartialEq<Matrix> for Matrix[src]
fn eq(&self, __arg_0: &Matrix) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Matrix) -> bool
This method tests for !=.