#[repr(i32)]pub enum cusparseOrder_t {
Row = 1,
Col = 2,
}Expand description
Row-major vs column-major dense storage order.
Variants§
Trait Implementations§
Source§impl Clone for cusparseOrder_t
impl Clone for cusparseOrder_t
impl Copy for cusparseOrder_t
Source§impl Debug for cusparseOrder_t
impl Debug for cusparseOrder_t
impl Eq for cusparseOrder_t
Source§impl PartialEq for cusparseOrder_t
impl PartialEq for cusparseOrder_t
impl StructuralPartialEq for cusparseOrder_t
Auto Trait Implementations§
impl Freeze for cusparseOrder_t
impl RefUnwindSafe for cusparseOrder_t
impl Send for cusparseOrder_t
impl Sync for cusparseOrder_t
impl Unpin for cusparseOrder_t
impl UnsafeUnpin for cusparseOrder_t
impl UnwindSafe for cusparseOrder_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