Struct winapi::dxgi1_3::DXGI_MATRIX_3X2_F
[−]
[src]
pub struct DXGI_MATRIX_3X2_F { pub _11: FLOAT, pub _12: FLOAT, pub _21: FLOAT, pub _22: FLOAT, pub _31: FLOAT, pub _32: FLOAT, }
Fields
_11 | |
_12 | |
_21 | |
_22 | |
_31 | |
_32 |
Trait Implementations
impl Copy for DXGI_MATRIX_3X2_F
[src]
impl Clone for DXGI_MATRIX_3X2_F
[src]
fn clone(&self) -> DXGI_MATRIX_3X2_F
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