Struct winapi::wingdi::MAT2
[−]
[src]
pub struct MAT2 {
pub eM11: FIXED,
pub eM12: FIXED,
pub eM21: FIXED,
pub eM22: FIXED,
}Fields
eM11 | |
eM12 | |
eM21 | |
eM22 |
Trait Implementations
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