Struct windows_sys::Win32::Graphics::Dxgi::DXGI_MATRIX_3X2_F
[−]#[repr(C)]pub struct DXGI_MATRIX_3X2_F {
pub _11: f32,
pub _12: f32,
pub _21: f32,
pub _22: f32,
pub _31: f32,
pub _32: f32,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
Fields
_11: f32
_12: f32
_21: f32
_22: f32
_31: f32
_32: f32
Trait Implementations
impl Clone for DXGI_MATRIX_3X2_F
impl Clone for DXGI_MATRIX_3X2_F
impl Copy for DXGI_MATRIX_3X2_F
Auto Trait Implementations
impl RefUnwindSafe for DXGI_MATRIX_3X2_F
impl Send for DXGI_MATRIX_3X2_F
impl Sync for DXGI_MATRIX_3X2_F
impl Unpin for DXGI_MATRIX_3X2_F
impl UnwindSafe for DXGI_MATRIX_3X2_F
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more