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