#[repr(u8)]pub enum WupstatErrcode {
NONE = 0,
SWABORT = 1,
MODECHG = 2,
TOWM = 3,
TOPD = 4,
TOWP = 5,
TOWA = 6,
CORE = 7,
}Variants§
NONE = 0
NONE
SWABORT = 1
SWABORT
MODECHG = 2
MODECHG
TOWM = 3
TOWM
TOPD = 4
TOPD
TOWP = 5
TOWP
TOWA = 6
TOWA
CORE = 7
CORE
Implementations§
Trait Implementations§
Source§impl Clone for WupstatErrcode
impl Clone for WupstatErrcode
Source§fn clone(&self) -> WupstatErrcode
fn clone(&self) -> WupstatErrcode
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 WupstatErrcode
impl Debug for WupstatErrcode
Source§impl From<WupstatErrcode> for u8
impl From<WupstatErrcode> for u8
Source§fn from(val: WupstatErrcode) -> u8
fn from(val: WupstatErrcode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for WupstatErrcode
impl From<u8> for WupstatErrcode
Source§fn from(val: u8) -> WupstatErrcode
fn from(val: u8) -> WupstatErrcode
Converts to this type from the input type.
Source§impl Ord for WupstatErrcode
impl Ord for WupstatErrcode
Source§fn cmp(&self, other: &WupstatErrcode) -> Ordering
fn cmp(&self, other: &WupstatErrcode) -> 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 WupstatErrcode
impl PartialEq for WupstatErrcode
Source§impl PartialOrd for WupstatErrcode
impl PartialOrd for WupstatErrcode
impl Copy for WupstatErrcode
impl Eq for WupstatErrcode
impl StructuralPartialEq for WupstatErrcode
Auto Trait Implementations§
impl Freeze for WupstatErrcode
impl RefUnwindSafe for WupstatErrcode
impl Send for WupstatErrcode
impl Sync for WupstatErrcode
impl Unpin for WupstatErrcode
impl UnwindSafe for WupstatErrcode
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