Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_MATRIX_5X4_F_0_0
[−]#[repr(C)]pub struct D2D_MATRIX_5X4_F_0_0 {}
Expand description
Required features: "Win32_Graphics_Direct2D_Common"
Fields
_11: f32
_12: f32
_13: f32
_14: f32
_21: f32
_22: f32
_23: f32
_24: f32
_31: f32
_32: f32
_33: f32
_34: f32
_41: f32
_42: f32
_43: f32
_44: f32
_51: f32
_52: f32
_53: f32
_54: f32
Trait Implementations
impl Clone for D2D_MATRIX_5X4_F_0_0
impl Clone for D2D_MATRIX_5X4_F_0_0
impl Copy for D2D_MATRIX_5X4_F_0_0
Auto Trait Implementations
impl RefUnwindSafe for D2D_MATRIX_5X4_F_0_0
impl Send for D2D_MATRIX_5X4_F_0_0
impl Sync for D2D_MATRIX_5X4_F_0_0
impl Unpin for D2D_MATRIX_5X4_F_0_0
impl UnwindSafe for D2D_MATRIX_5X4_F_0_0
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