#[repr(transparent)]pub struct Matrix3d(pub [f64; 9]);
Tuple Fields§
§0: [f64; 9]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Matrix3d
impl Send for Matrix3d
impl Sync for Matrix3d
impl Unpin 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