Struct windows::Foundation::Numerics::Matrix3x2
#[repr(C)]pub struct Matrix3x2 {
pub M11: f32,
pub M12: f32,
pub M21: f32,
pub M22: f32,
pub M31: f32,
pub M32: f32,
}
Fields§
§M11: f32
§M12: f32
§M21: f32
§M22: f32
§M31: f32
§M32: f32
Implementations§
Trait Implementations§
impl Copy for Matrix3x2
impl StructuralPartialEq for Matrix3x2
Auto Trait Implementations§
impl Freeze for Matrix3x2
impl RefUnwindSafe for Matrix3x2
impl Send for Matrix3x2
impl Sync for Matrix3x2
impl Unpin for Matrix3x2
impl UnwindSafe for Matrix3x2
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
)