#[repr(transparent)]pub struct blas_sparse_matrix(pub c_int);Expand description
the sparse matrix descriptor type
Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Clone for blas_sparse_matrix
impl Clone for blas_sparse_matrix
Source§fn clone(&self) -> blas_sparse_matrix
fn clone(&self) -> blas_sparse_matrix
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for blas_sparse_matrix
impl Debug for blas_sparse_matrix
Source§impl Hash for blas_sparse_matrix
impl Hash for blas_sparse_matrix
Source§impl PartialEq for blas_sparse_matrix
impl PartialEq for blas_sparse_matrix
impl Copy for blas_sparse_matrix
impl Eq for blas_sparse_matrix
impl StructuralPartialEq for blas_sparse_matrix
Auto Trait Implementations§
impl Freeze for blas_sparse_matrix
impl RefUnwindSafe for blas_sparse_matrix
impl Send for blas_sparse_matrix
impl Sync for blas_sparse_matrix
impl Unpin for blas_sparse_matrix
impl UnwindSafe for blas_sparse_matrix
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