Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_MATRIX_3X2_F_0_1
[−]#[repr(C)]pub struct D2D_MATRIX_3X2_F_0_1 {
pub _11: f32,
pub _12: f32,
pub _21: f32,
pub _22: f32,
pub _31: f32,
pub _32: f32,
}
Expand description
Required features: "Win32_Graphics_Direct2D_Common"
Fields
_11: f32
_12: f32
_21: f32
_22: f32
_31: f32
_32: f32
Trait Implementations
impl Clone for D2D_MATRIX_3X2_F_0_1
impl Clone for D2D_MATRIX_3X2_F_0_1
impl Copy for D2D_MATRIX_3X2_F_0_1
Auto Trait Implementations
impl RefUnwindSafe for D2D_MATRIX_3X2_F_0_1
impl Send for D2D_MATRIX_3X2_F_0_1
impl Sync for D2D_MATRIX_3X2_F_0_1
impl Unpin for D2D_MATRIX_3X2_F_0_1
impl UnwindSafe for D2D_MATRIX_3X2_F_0_1
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