Enum a2lfile::IndexOrder
source · pub enum IndexOrder {
IndexIncr,
IndexDecr,
}Expand description
Description of the axis point sequence in the memory.
Specification: predefined data types
Variants§
Trait Implementations§
source§impl Clone for IndexOrder
impl Clone for IndexOrder
source§fn clone(&self) -> IndexOrder
fn clone(&self) -> IndexOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IndexOrder
impl Debug for IndexOrder
source§impl Display for IndexOrder
impl Display for IndexOrder
source§impl PartialEq for IndexOrder
impl PartialEq for IndexOrder
impl Copy for IndexOrder
impl Eq for IndexOrder
impl StructuralPartialEq for IndexOrder
Auto Trait Implementations§
impl Freeze for IndexOrder
impl RefUnwindSafe for IndexOrder
impl Send for IndexOrder
impl Sync for IndexOrder
impl Unpin for IndexOrder
impl UnwindSafe for IndexOrder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)