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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Matrix
[src]

impl PartialEq<Matrix> for Matrix
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Matrix
[src]

[src]

Formats the value using the given formatter. Read more

impl MatrixTrait for Matrix
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Matrix

impl Sync for Matrix