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