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