#[repr(i32)]pub enum cusparseSpMatAttribute_t {
FillMode = 0,
DiagType = 1,
}Expand description
Attribute key for cusparseSpMatSetAttribute / *GetAttribute.
Variants§
FillMode = 0
Fill-mode attribute (lower / upper triangular).
DiagType = 1
Diagonal-type attribute (unit / non-unit).
Trait Implementations§
Source§impl Clone for cusparseSpMatAttribute_t
impl Clone for cusparseSpMatAttribute_t
impl Copy for cusparseSpMatAttribute_t
Source§impl Debug for cusparseSpMatAttribute_t
impl Debug for cusparseSpMatAttribute_t
impl Eq for cusparseSpMatAttribute_t
Source§impl PartialEq for cusparseSpMatAttribute_t
impl PartialEq for cusparseSpMatAttribute_t
impl StructuralPartialEq for cusparseSpMatAttribute_t
Auto Trait Implementations§
impl Freeze for cusparseSpMatAttribute_t
impl RefUnwindSafe for cusparseSpMatAttribute_t
impl Send for cusparseSpMatAttribute_t
impl Sync for cusparseSpMatAttribute_t
impl Unpin for cusparseSpMatAttribute_t
impl UnsafeUnpin for cusparseSpMatAttribute_t
impl UnwindSafe for cusparseSpMatAttribute_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