#[repr(u8)]pub enum Axicmderren {
AXICMDERREN_0 = 0,
AXICMDERREN_1 = 1,
}Variants§
Implementations§
Source§impl Axicmderren
impl Axicmderren
Trait Implementations§
Source§impl Clone for Axicmderren
impl Clone for Axicmderren
Source§fn clone(&self) -> Axicmderren
fn clone(&self) -> Axicmderren
Returns a duplicate 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 Axicmderren
impl Debug for Axicmderren
Source§impl From<Axicmderren> for u8
impl From<Axicmderren> for u8
Source§fn from(val: Axicmderren) -> u8
fn from(val: Axicmderren) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Axicmderren
impl From<u8> for Axicmderren
Source§fn from(val: u8) -> Axicmderren
fn from(val: u8) -> Axicmderren
Converts to this type from the input type.
Source§impl Ord for Axicmderren
impl Ord for Axicmderren
Source§fn cmp(&self, other: &Axicmderren) -> Ordering
fn cmp(&self, other: &Axicmderren) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Axicmderren
impl PartialEq for Axicmderren
Source§impl PartialOrd for Axicmderren
impl PartialOrd for Axicmderren
impl Copy for Axicmderren
impl Eq for Axicmderren
impl StructuralPartialEq for Axicmderren
Auto Trait Implementations§
impl Freeze for Axicmderren
impl RefUnwindSafe for Axicmderren
impl Send for Axicmderren
impl Sync for Axicmderren
impl Unpin for Axicmderren
impl UnwindSafe for Axicmderren
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