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