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