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