Struct cairo::Matrix [] [src]

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

[]

Formats the value using the given formatter.

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

[]

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

[]

This method tests for !=.

impl MatrixTrait for Matrix
[src]