Struct winapi::wingdi::MAT2 [] [src]

pub struct MAT2 {
    pub eM11: FIXED,
    pub eM12: FIXED,
    pub eM21: FIXED,
    pub eM22: FIXED,
}

Fields

eM11: FIXED eM12: FIXED eM21: FIXED eM22: FIXED

Trait Implementations

impl Debug for MAT2
[src]

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

Formats the value using the given formatter.

impl Copy for MAT2
[src]

impl Clone for MAT2
[src]

fn clone(&self) -> MAT2

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