Struct windows::Win32::UI::Wpf::MILMatrixF
#[repr(C)]pub struct MILMatrixF {}
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
§fn clone(&self) -> MILMatrixF
fn clone(&self) -> MILMatrixF
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MILMatrixF
impl Debug for MILMatrixF
§impl PartialEq for MILMatrixF
impl PartialEq for MILMatrixF
§fn eq(&self, other: &MILMatrixF) -> bool
fn eq(&self, other: &MILMatrixF) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MILMatrixF
impl StructuralPartialEq for MILMatrixF
Auto Trait Implementations§
impl Freeze for MILMatrixF
impl RefUnwindSafe for MILMatrixF
impl Send for MILMatrixF
impl Sync for MILMatrixF
impl Unpin for MILMatrixF
impl UnwindSafe for MILMatrixF
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)