#[repr(u32)]pub enum cusparseSpGEAMAlg_t {
CUSPARSE_SPGEAM_ALG_DEFAULT = 0,
CUSPARSE_SPGEAM_ALG1 = 1,
}Variants§
Trait Implementations§
Source§impl Clone for cusparseSpGEAMAlg_t
impl Clone for cusparseSpGEAMAlg_t
Source§fn clone(&self) -> cusparseSpGEAMAlg_t
fn clone(&self) -> cusparseSpGEAMAlg_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 moreimpl Copy for cusparseSpGEAMAlg_t
Source§impl Debug for cusparseSpGEAMAlg_t
impl Debug for cusparseSpGEAMAlg_t
impl Eq for cusparseSpGEAMAlg_t
Source§impl Hash for cusparseSpGEAMAlg_t
impl Hash for cusparseSpGEAMAlg_t
Source§impl Ord for cusparseSpGEAMAlg_t
impl Ord for cusparseSpGEAMAlg_t
Source§fn cmp(&self, other: &cusparseSpGEAMAlg_t) -> Ordering
fn cmp(&self, other: &cusparseSpGEAMAlg_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 cusparseSpGEAMAlg_t
impl PartialEq for cusparseSpGEAMAlg_t
Source§fn eq(&self, other: &cusparseSpGEAMAlg_t) -> bool
fn eq(&self, other: &cusparseSpGEAMAlg_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cusparseSpGEAMAlg_t
impl PartialOrd for cusparseSpGEAMAlg_t
impl StructuralPartialEq for cusparseSpGEAMAlg_t
Auto Trait Implementations§
impl Freeze for cusparseSpGEAMAlg_t
impl RefUnwindSafe for cusparseSpGEAMAlg_t
impl Send for cusparseSpGEAMAlg_t
impl Sync for cusparseSpGEAMAlg_t
impl Unpin for cusparseSpGEAMAlg_t
impl UnsafeUnpin for cusparseSpGEAMAlg_t
impl UnwindSafe for cusparseSpGEAMAlg_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