pub enum LowPowerMode {
StopMode1 = 0,
StopMode2 = 1,
Standby = 3,
Shutdown = 7,
}
Variants§
Auto Trait Implementations§
impl Freeze for LowPowerMode
impl RefUnwindSafe for LowPowerMode
impl Send for LowPowerMode
impl Sync for LowPowerMode
impl Unpin for LowPowerMode
impl UnwindSafe for LowPowerMode
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