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