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