Struct winapi::wingdi::XFORM [] [src]

pub struct XFORM {
    pub eM11: FLOAT,
    pub eM12: FLOAT,
    pub eM21: FLOAT,
    pub eM22: FLOAT,
    pub eDx: FLOAT,
    pub eDy: FLOAT,
}

Fields

eM11: FLOAT eM12: FLOAT eM21: FLOAT eM22: FLOAT eDx: FLOAT eDy: FLOAT

Trait Implementations

impl Debug for XFORM
[src]

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

Formats the value using the given formatter.

impl Copy for XFORM
[src]

impl Clone for XFORM
[src]

fn clone(&self) -> XFORM

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