Struct librsb_sys::blas_sparse_matrix
source · [−]#[repr(transparent)]pub struct blas_sparse_matrix(pub c_int);Expand description
the sparse matrix descriptor type
Tuple Fields
0: c_intTrait Implementations
sourceimpl Clone for blas_sparse_matrix
impl Clone for blas_sparse_matrix
sourcefn clone(&self) -> blas_sparse_matrix
fn clone(&self) -> blas_sparse_matrix
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for blas_sparse_matrix
impl Debug for blas_sparse_matrix
sourceimpl Hash for blas_sparse_matrix
impl Hash for blas_sparse_matrix
sourceimpl PartialEq<blas_sparse_matrix> for blas_sparse_matrix
impl PartialEq<blas_sparse_matrix> for blas_sparse_matrix
sourcefn eq(&self, other: &blas_sparse_matrix) -> bool
fn eq(&self, other: &blas_sparse_matrix) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &blas_sparse_matrix) -> bool
fn ne(&self, other: &blas_sparse_matrix) -> bool
This method tests for !=.
impl Copy for blas_sparse_matrix
impl Eq for blas_sparse_matrix
impl StructuralEq for blas_sparse_matrix
impl StructuralPartialEq for blas_sparse_matrix
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more