#[repr(i32)]pub enum cusparseIndexType_t {
I16U = 1,
I32I = 2,
I64I = 3,
}Expand description
Index-element dtype for sparse-matrix offsets and column indices.
Variants§
Trait Implementations§
Source§impl Clone for cusparseIndexType_t
impl Clone for cusparseIndexType_t
impl Copy for cusparseIndexType_t
Source§impl Debug for cusparseIndexType_t
impl Debug for cusparseIndexType_t
impl Eq for cusparseIndexType_t
Source§impl PartialEq for cusparseIndexType_t
impl PartialEq for cusparseIndexType_t
impl StructuralPartialEq for cusparseIndexType_t
Auto Trait Implementations§
impl Freeze for cusparseIndexType_t
impl RefUnwindSafe for cusparseIndexType_t
impl Send for cusparseIndexType_t
impl Sync for cusparseIndexType_t
impl Unpin for cusparseIndexType_t
impl UnsafeUnpin for cusparseIndexType_t
impl UnwindSafe for cusparseIndexType_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