#[repr(C)]pub struct SparseMatrix { /* private fields */ }Trait Implementations§
Source§impl ExternType for SparseMatrix
impl ExternType for SparseMatrix
impl UniquePtrTarget for SparseMatrix
Auto Trait Implementations§
impl Freeze for SparseMatrix
impl RefUnwindSafe for SparseMatrix
impl !Send for SparseMatrix
impl !Sync for SparseMatrix
impl !Unpin for SparseMatrix
impl UnwindSafe for SparseMatrix
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