#[repr(u32)]pub enum cusparseSpGEMMAlg_t {
CUSPARSE_SPGEMM_DEFAULT = 0,
CUSPARSE_SPGEMM_CSR_ALG_DETERMINITIC = 1,
CUSPARSE_SPGEMM_CSR_ALG_NONDETERMINITIC = 2,
CUSPARSE_SPGEMM_ALG1 = 3,
CUSPARSE_SPGEMM_ALG2 = 4,
CUSPARSE_SPGEMM_ALG3 = 5,
}Variants§
CUSPARSE_SPGEMM_DEFAULT = 0
CUSPARSE_SPGEMM_CSR_ALG_DETERMINITIC = 1
CUSPARSE_SPGEMM_CSR_ALG_NONDETERMINITIC = 2
CUSPARSE_SPGEMM_ALG1 = 3
CUSPARSE_SPGEMM_ALG2 = 4
CUSPARSE_SPGEMM_ALG3 = 5
Trait Implementations§
Source§impl Clone for cusparseSpGEMMAlg_t
impl Clone for cusparseSpGEMMAlg_t
Source§fn clone(&self) -> cusparseSpGEMMAlg_t
fn clone(&self) -> cusparseSpGEMMAlg_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 cusparseSpGEMMAlg_t
impl Debug for cusparseSpGEMMAlg_t
Source§impl Hash for cusparseSpGEMMAlg_t
impl Hash for cusparseSpGEMMAlg_t
Source§impl Ord for cusparseSpGEMMAlg_t
impl Ord for cusparseSpGEMMAlg_t
Source§fn cmp(&self, other: &cusparseSpGEMMAlg_t) -> Ordering
fn cmp(&self, other: &cusparseSpGEMMAlg_t) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cusparseSpGEMMAlg_t
impl PartialEq for cusparseSpGEMMAlg_t
Source§fn eq(&self, other: &cusparseSpGEMMAlg_t) -> bool
fn eq(&self, other: &cusparseSpGEMMAlg_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cusparseSpGEMMAlg_t
impl PartialOrd for cusparseSpGEMMAlg_t
impl Copy for cusparseSpGEMMAlg_t
impl Eq for cusparseSpGEMMAlg_t
impl StructuralPartialEq for cusparseSpGEMMAlg_t
Auto Trait Implementations§
impl Freeze for cusparseSpGEMMAlg_t
impl RefUnwindSafe for cusparseSpGEMMAlg_t
impl Send for cusparseSpGEMMAlg_t
impl Sync for cusparseSpGEMMAlg_t
impl Unpin for cusparseSpGEMMAlg_t
impl UnsafeUnpin for cusparseSpGEMMAlg_t
impl UnwindSafe for cusparseSpGEMMAlg_t
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