#[repr(C)]pub struct MatrixF64 { /* private fields */ }
Expand description
A 2D matrix type whose element type is f64.
Trait Implementations§
Source§impl ExternType for MatrixF64
impl ExternType for MatrixF64
impl UniquePtrTarget for MatrixF64
Auto Trait Implementations§
impl !Freeze for MatrixF64
impl RefUnwindSafe for MatrixF64
impl !Send for MatrixF64
impl !Sync for MatrixF64
impl !Unpin for MatrixF64
impl UnwindSafe for MatrixF64
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