#[repr(i32)]pub enum SpMMAlg {
Default = 0,
CooAlg1 = 1,
CsrAlg1 = 2,
CooAlg2 = 3,
CooAlg3 = 4,
CsrAlg2 = 5,
CsrAlg3 = 6,
Bsr = 7,
CsrAlg4 = 8,
}Variants§
Default = 0
CooAlg1 = 1
CsrAlg1 = 2
CooAlg2 = 3
CooAlg3 = 4
CsrAlg2 = 5
CsrAlg3 = 6
Bsr = 7
CsrAlg4 = 8
Trait Implementations§
Source§impl Clone for cusparseSpMMAlg_t
impl Clone for cusparseSpMMAlg_t
Source§fn clone(&self) -> cusparseSpMMAlg_t
fn clone(&self) -> cusparseSpMMAlg_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 cusparseSpMMAlg_t
impl Debug for cusparseSpMMAlg_t
Source§impl PartialEq for cusparseSpMMAlg_t
impl PartialEq for cusparseSpMMAlg_t
Source§fn eq(&self, other: &cusparseSpMMAlg_t) -> bool
fn eq(&self, other: &cusparseSpMMAlg_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for cusparseSpMMAlg_t
impl Eq for cusparseSpMMAlg_t
impl StructuralPartialEq for cusparseSpMMAlg_t
Auto Trait Implementations§
impl Freeze for cusparseSpMMAlg_t
impl RefUnwindSafe for cusparseSpMMAlg_t
impl Send for cusparseSpMMAlg_t
impl Sync for cusparseSpMMAlg_t
impl Unpin for cusparseSpMMAlg_t
impl UnsafeUnpin for cusparseSpMMAlg_t
impl UnwindSafe for cusparseSpMMAlg_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