#[repr(u8)]pub enum Auxsnapnum {
NO_AUXI = 0,
_RESERVED_1 = 1,
M_2_AUXI = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NO_AUXI = 0
No auxiliary input
_RESERVED_1 = 1
M_2_AUXI = 2
2 auxiliary input
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl Auxsnapnum
impl Auxsnapnum
Trait Implementations§
Source§impl Clone for Auxsnapnum
impl Clone for Auxsnapnum
Source§fn clone(&self) -> Auxsnapnum
fn clone(&self) -> Auxsnapnum
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 Auxsnapnum
impl Debug for Auxsnapnum
Source§impl From<Auxsnapnum> for u8
impl From<Auxsnapnum> for u8
Source§fn from(val: Auxsnapnum) -> u8
fn from(val: Auxsnapnum) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Auxsnapnum
impl From<u8> for Auxsnapnum
Source§fn from(val: u8) -> Auxsnapnum
fn from(val: u8) -> Auxsnapnum
Converts to this type from the input type.
Source§impl Ord for Auxsnapnum
impl Ord for Auxsnapnum
Source§fn cmp(&self, other: &Auxsnapnum) -> Ordering
fn cmp(&self, other: &Auxsnapnum) -> 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 Auxsnapnum
impl PartialEq for Auxsnapnum
Source§impl PartialOrd for Auxsnapnum
impl PartialOrd for Auxsnapnum
impl Copy for Auxsnapnum
impl Eq for Auxsnapnum
impl StructuralPartialEq for Auxsnapnum
Auto Trait Implementations§
impl Freeze for Auxsnapnum
impl RefUnwindSafe for Auxsnapnum
impl Send for Auxsnapnum
impl Sync for Auxsnapnum
impl Unpin for Auxsnapnum
impl UnwindSafe for Auxsnapnum
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