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: f64Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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