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