pub enum LayoutOrder {
RowMajor,
ColumnMajor,
}Expand description
Layout order for tensor data
Variants§
Trait Implementations§
Source§impl Clone for LayoutOrder
impl Clone for LayoutOrder
Source§fn clone(&self) -> LayoutOrder
fn clone(&self) -> LayoutOrder
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 LayoutOrder
Source§impl Debug for LayoutOrder
impl Debug for LayoutOrder
impl Eq for LayoutOrder
Source§impl PartialEq for LayoutOrder
impl PartialEq for LayoutOrder
impl StructuralPartialEq for LayoutOrder
Auto Trait Implementations§
impl Freeze for LayoutOrder
impl RefUnwindSafe for LayoutOrder
impl Send for LayoutOrder
impl Sync for LayoutOrder
impl Unpin for LayoutOrder
impl UnsafeUnpin for LayoutOrder
impl UnwindSafe for LayoutOrder
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