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