#[repr(u8)]pub enum IllegalCmd {
ZZ129 = 0,
ZZ130 = 1,
}Variants§
Implementations§
Source§impl IllegalCmd
impl IllegalCmd
Trait Implementations§
Source§impl Clone for IllegalCmd
impl Clone for IllegalCmd
Source§fn clone(&self) -> IllegalCmd
fn clone(&self) -> IllegalCmd
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 IllegalCmd
impl Debug for IllegalCmd
Source§impl From<IllegalCmd> for u8
impl From<IllegalCmd> for u8
Source§fn from(val: IllegalCmd) -> u8
fn from(val: IllegalCmd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IllegalCmd
impl From<u8> for IllegalCmd
Source§fn from(val: u8) -> IllegalCmd
fn from(val: u8) -> IllegalCmd
Converts to this type from the input type.
Source§impl Ord for IllegalCmd
impl Ord for IllegalCmd
Source§fn cmp(&self, other: &IllegalCmd) -> Ordering
fn cmp(&self, other: &IllegalCmd) -> 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 IllegalCmd
impl PartialEq for IllegalCmd
Source§impl PartialOrd for IllegalCmd
impl PartialOrd for IllegalCmd
impl Copy for IllegalCmd
impl Eq for IllegalCmd
impl StructuralPartialEq for IllegalCmd
Auto Trait Implementations§
impl Freeze for IllegalCmd
impl RefUnwindSafe for IllegalCmd
impl Send for IllegalCmd
impl Sync for IllegalCmd
impl Unpin for IllegalCmd
impl UnwindSafe for IllegalCmd
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