Struct 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,
}
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
§fn clone(&self) -> DXGI_MATRIX_3X2_F
fn clone(&self) -> DXGI_MATRIX_3X2_F
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXGI_MATRIX_3X2_F
impl Debug for DXGI_MATRIX_3X2_F
§impl Default for DXGI_MATRIX_3X2_F
impl Default for DXGI_MATRIX_3X2_F
§impl PartialEq for DXGI_MATRIX_3X2_F
impl PartialEq for DXGI_MATRIX_3X2_F
impl Copy for DXGI_MATRIX_3X2_F
impl StructuralPartialEq for DXGI_MATRIX_3X2_F
Auto Trait Implementations§
impl Freeze for DXGI_MATRIX_3X2_F
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more