#[repr(u32)]pub enum cusparseSpSMAlg_t {
CUSPARSE_SPSM_ALG_DEFAULT = 0,
}Variants§
CUSPARSE_SPSM_ALG_DEFAULT = 0
Trait Implementations§
Source§impl Clone for cusparseSpSMAlg_t
impl Clone for cusparseSpSMAlg_t
Source§fn clone(&self) -> cusparseSpSMAlg_t
fn clone(&self) -> cusparseSpSMAlg_t
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 cusparseSpSMAlg_t
impl Debug for cusparseSpSMAlg_t
Source§impl Hash for cusparseSpSMAlg_t
impl Hash for cusparseSpSMAlg_t
Source§impl Ord for cusparseSpSMAlg_t
impl Ord for cusparseSpSMAlg_t
Source§fn cmp(&self, other: &cusparseSpSMAlg_t) -> Ordering
fn cmp(&self, other: &cusparseSpSMAlg_t) -> Ordering
1.21.0 · 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 cusparseSpSMAlg_t
impl PartialEq for cusparseSpSMAlg_t
Source§impl PartialOrd for cusparseSpSMAlg_t
impl PartialOrd for cusparseSpSMAlg_t
impl Copy for cusparseSpSMAlg_t
impl Eq for cusparseSpSMAlg_t
impl StructuralPartialEq for cusparseSpSMAlg_t
Auto Trait Implementations§
impl Freeze for cusparseSpSMAlg_t
impl RefUnwindSafe for cusparseSpSMAlg_t
impl Send for cusparseSpSMAlg_t
impl Sync for cusparseSpSMAlg_t
impl Unpin for cusparseSpSMAlg_t
impl UnsafeUnpin for cusparseSpSMAlg_t
impl UnwindSafe for cusparseSpSMAlg_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