#[repr(C)]pub struct Matrix4f {
pub v: [[f32; 4]; 4],
}
Fields§
§v: [[f32; 4]; 4]
Implementations§
Trait Implementations§
impl Copy for Matrix4f
Auto Trait Implementations§
impl Freeze for Matrix4f
impl RefUnwindSafe for Matrix4f
impl Send for Matrix4f
impl Sync for Matrix4f
impl Unpin for Matrix4f
impl UnwindSafe for Matrix4f
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