pub enum Sleepdeepselect {
Value0 = 0,
Value1 = 1,
}
Expand description
Deep Sleep used as low power mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Sleepdeepselect
impl Clone for Sleepdeepselect
Source§fn clone(&self) -> Sleepdeepselect
fn clone(&self) -> Sleepdeepselect
Returns a copy 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 Sleepdeepselect
impl Debug for Sleepdeepselect
Source§impl From<Sleepdeepselect> for bool
impl From<Sleepdeepselect> for bool
Source§fn from(variant: Sleepdeepselect) -> Self
fn from(variant: Sleepdeepselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sleepdeepselect
impl PartialEq for Sleepdeepselect
impl Copy for Sleepdeepselect
impl Eq for Sleepdeepselect
impl StructuralPartialEq for Sleepdeepselect
Auto Trait Implementations§
impl Freeze for Sleepdeepselect
impl RefUnwindSafe for Sleepdeepselect
impl Send for Sleepdeepselect
impl Sync for Sleepdeepselect
impl Unpin for Sleepdeepselect
impl UnwindSafe for Sleepdeepselect
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