Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_MATRIX_4X3_F
[−]#[repr(C)]pub struct D2D_MATRIX_4X3_F {
pub Anonymous: D2D_MATRIX_4X3_F_0,
}
Expand description
Required features: "Win32_Graphics_Direct2D_Common"
Fields
Anonymous: D2D_MATRIX_4X3_F_0
Trait Implementations
impl Clone for D2D_MATRIX_4X3_F
impl Clone for D2D_MATRIX_4X3_F
impl Copy for D2D_MATRIX_4X3_F
Auto Trait Implementations
impl RefUnwindSafe for D2D_MATRIX_4X3_F
impl Send for D2D_MATRIX_4X3_F
impl Sync for D2D_MATRIX_4X3_F
impl Unpin for D2D_MATRIX_4X3_F
impl UnwindSafe for D2D_MATRIX_4X3_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