#[repr(u32)]pub enum Order {
Column = 1,
Row = 2,
}Expand description
Describes the memory layout of a dense matrix.
Variants§
Trait Implementations§
Source§impl From<Order> for cusparseOrder_t
impl From<Order> for cusparseOrder_t
Source§impl From<cusparseOrder_t> for Order
impl From<cusparseOrder_t> for Order
Source§fn from(value: cusparseOrder_t) -> Self
fn from(value: cusparseOrder_t) -> Self
Converts to this type from the input type.
Source§impl TryFromPrimitive for Order
impl TryFromPrimitive for Order
impl Copy for Order
impl Eq for Order
impl StructuralPartialEq for Order
Auto Trait Implementations§
impl Freeze for Order
impl RefUnwindSafe for Order
impl Send for Order
impl Sync for Order
impl Unpin for Order
impl UnsafeUnpin for Order
impl UnwindSafe for Order
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