Struct cairo_sys::Matrix [] [src]

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 Debug for Matrix
[src]

[]

Formats the value using the given formatter.

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]

impl PartialEq for Matrix
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.