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