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