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