Struct winapi::dwrite::DWRITE_MATRIX [] [src]

pub struct DWRITE_MATRIX {
    pub m11: FLOAT,
    pub m12: FLOAT,
    pub m21: FLOAT,
    pub m22: FLOAT,
    pub dx: FLOAT,
    pub dy: FLOAT,
}

Fields

m11: FLOAT m12: FLOAT m21: FLOAT m22: FLOAT dx: FLOAT dy: FLOAT

Trait Implementations

impl Debug for DWRITE_MATRIX
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DWRITE_MATRIX
[src]

impl Clone for DWRITE_MATRIX
[src]

fn clone(&self) -> DWRITE_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