Struct windows_sys::Win32::UI::Wpf::MILMatrixF
[−]#[repr(C)]pub struct MILMatrixF {}
Expand description
Required features: "Win32_UI_Wpf"
Fields
_11: f64
_12: f64
_13: f64
_14: f64
_21: f64
_22: f64
_23: f64
_24: f64
_31: f64
_32: f64
_33: f64
_34: f64
_41: f64
_42: f64
_43: f64
_44: f64
Trait Implementations
impl Clone for MILMatrixF
impl Clone for MILMatrixF
impl Copy for MILMatrixF
Auto Trait Implementations
impl RefUnwindSafe for MILMatrixF
impl Send for MILMatrixF
impl Sync for MILMatrixF
impl Unpin for MILMatrixF
impl UnwindSafe for MILMatrixF
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