Struct windows_sys::Foundation::Numerics::Matrix4x4
[−]#[repr(C)]pub struct Matrix4x4 {}
Expand description
Required features: ‘Foundation_Numerics’
Fields
M11: f32
M12: f32
M13: f32
M14: f32
M21: f32
M22: f32
M23: f32
M24: f32
M31: f32
M32: f32
M33: f32
M34: f32
M41: f32
M42: f32
M43: f32
M44: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matrix4x4
impl Send for Matrix4x4
impl Sync for Matrix4x4
impl Unpin for Matrix4x4
impl UnwindSafe for Matrix4x4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more