Struct windows_sys::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,
}
Expand description
Required features: ‘Foundation_Numerics’
Fields
M11: f32
M12: f32
M21: f32
M22: f32
M31: f32
M32: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matrix3x2
impl Send for Matrix3x2
impl Sync for Matrix3x2
impl Unpin for Matrix3x2
impl UnwindSafe for Matrix3x2
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