pub enum AxisSelect {
AXBY,
AYBX,
}Variants§
Trait Implementations§
Source§impl Clone for AxisSelect
impl Clone for AxisSelect
Source§fn clone(&self) -> AxisSelect
fn clone(&self) -> AxisSelect
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AxisSelect
impl Debug for AxisSelect
Source§impl Default for AxisSelect
impl Default for AxisSelect
Source§impl<'_derivative_strum> From<&'_derivative_strum AxisSelect> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum AxisSelect> for &'static str
Source§fn from(x: &'_derivative_strum AxisSelect) -> &'static str
fn from(x: &'_derivative_strum AxisSelect) -> &'static str
Converts to this type from the input type.
Source§impl From<AxisSelect> for &'static str
impl From<AxisSelect> for &'static str
Source§fn from(x: AxisSelect) -> &'static str
fn from(x: AxisSelect) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for AxisSelect
impl PartialEq for AxisSelect
Source§impl VariantArray for AxisSelect
impl VariantArray for AxisSelect
Source§impl VariantNames for AxisSelect
impl VariantNames for AxisSelect
impl Copy for AxisSelect
impl Eq for AxisSelect
impl StructuralPartialEq for AxisSelect
Auto Trait Implementations§
impl Freeze for AxisSelect
impl RefUnwindSafe for AxisSelect
impl Send for AxisSelect
impl Sync for AxisSelect
impl Unpin for AxisSelect
impl UnwindSafe for AxisSelect
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)