#[repr(C)]pub struct Mat44T {}Fields§
§xx: f32§xy: f32§xz: f32§xw: f32§yx: f32§yy: f32§yz: f32§yw: f32§zx: f32§zy: f32§zz: f32§zw: f32§wx: f32§wy: f32§wz: f32§ww: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mat44T
impl RefUnwindSafe for Mat44T
impl Send for Mat44T
impl Sync for Mat44T
impl Unpin for Mat44T
impl UnwindSafe for Mat44T
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