#[repr(i32)]pub enum cusparseSpSVAlg_t {
Default = 0,
}Expand description
Algorithm selector for cusparseSpSV.
Variants§
Default = 0
Driver-chosen default.
Trait Implementations§
Source§impl Clone for cusparseSpSVAlg_t
impl Clone for cusparseSpSVAlg_t
impl Copy for cusparseSpSVAlg_t
Source§impl Debug for cusparseSpSVAlg_t
impl Debug for cusparseSpSVAlg_t
impl Eq for cusparseSpSVAlg_t
Source§impl PartialEq for cusparseSpSVAlg_t
impl PartialEq for cusparseSpSVAlg_t
impl StructuralPartialEq for cusparseSpSVAlg_t
Auto Trait Implementations§
impl Freeze for cusparseSpSVAlg_t
impl RefUnwindSafe for cusparseSpSVAlg_t
impl Send for cusparseSpSVAlg_t
impl Sync for cusparseSpSVAlg_t
impl Unpin for cusparseSpSVAlg_t
impl UnsafeUnpin for cusparseSpSVAlg_t
impl UnwindSafe for cusparseSpSVAlg_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