#[repr(C)]pub struct F32Matrix4x4<L: MatrixLayout = RowMajor>(pub F32Vector4, pub F32Vector4, pub F32Vector4, pub F32Vector4, _);
Tuple Fields§
§0: F32Vector4
§1: F32Vector4
§2: F32Vector4
§3: F32Vector4
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for F32Matrix4x4<L>
impl<L> RefUnwindSafe for F32Matrix4x4<L>where
L: RefUnwindSafe,
impl<L> Send for F32Matrix4x4<L>where
L: Send,
impl<L> Sync for F32Matrix4x4<L>where
L: Sync,
impl<L> Unpin for F32Matrix4x4<L>where
L: Unpin,
impl<L> UnwindSafe for F32Matrix4x4<L>where
L: UnwindSafe,
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