Struct windows_sys::Foundation::Numerics::Matrix4x4
[−]#[repr(C)]pub struct Matrix4x4 {}Expand description
Required features: "Foundation_Numerics"
Fields
M11: f32M12: f32M13: f32M14: f32M21: f32M22: f32M23: f32M24: f32M31: f32M32: f32M33: f32M34: f32M41: f32M42: f32M43: f32M44: f32Trait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more