pub enum DenseOrder {
RowMajor,
ColumnMajor,
}Variants§
Trait Implementations§
Source§impl Clone for DenseOrder
impl Clone for DenseOrder
Source§fn clone(&self) -> DenseOrder
fn clone(&self) -> DenseOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DenseOrder
Source§impl Debug for DenseOrder
impl Debug for DenseOrder
impl Eq for DenseOrder
Source§impl Hash for DenseOrder
impl Hash for DenseOrder
Source§impl PartialEq for DenseOrder
impl PartialEq for DenseOrder
impl StructuralPartialEq for DenseOrder
Auto Trait Implementations§
impl Freeze for DenseOrder
impl RefUnwindSafe for DenseOrder
impl Send for DenseOrder
impl Sync for DenseOrder
impl Unpin for DenseOrder
impl UnsafeUnpin for DenseOrder
impl UnwindSafe for DenseOrder
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