Enum esp32c3_hal::rtc_cntl::sleep::WakeupLevel
source · pub enum WakeupLevel {
Low,
High,
}
Variants§
Trait Implementations§
source§impl Clone for WakeupLevel
impl Clone for WakeupLevel
source§fn clone(&self) -> WakeupLevel
fn clone(&self) -> WakeupLevel
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 WakeupLevel
impl Debug for WakeupLevel
source§impl Default for WakeupLevel
impl Default for WakeupLevel
source§fn default() -> WakeupLevel
fn default() -> WakeupLevel
Returns the “default value” for a type. Read more
source§impl PartialEq for WakeupLevel
impl PartialEq for WakeupLevel
source§fn eq(&self, other: &WakeupLevel) -> bool
fn eq(&self, other: &WakeupLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WakeupLevel
impl StructuralPartialEq for WakeupLevel
Auto Trait Implementations§
impl RefUnwindSafe for WakeupLevel
impl Send for WakeupLevel
impl Sync for WakeupLevel
impl Unpin for WakeupLevel
impl UnwindSafe for WakeupLevel
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