Enum stm32_metapac::pwr::vals::Lpms
#[repr(u8)]pub enum Lpms {
STOP0 = 0,
STOP1 = 1,
STOP2 = 2,
STOP3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
STOP0 = 0
Stop 0 mode
STOP1 = 1
Stop 1 mode
STOP2 = 2
Stop 2 mode
STOP3 = 3
Stop 3 mode
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Lpms
impl Ord for Lpms
§impl PartialOrd for Lpms
impl PartialOrd for Lpms
impl Copy for Lpms
impl Eq for Lpms
impl StructuralPartialEq for Lpms
Auto Trait Implementations§
impl Freeze for Lpms
impl RefUnwindSafe for Lpms
impl Send for Lpms
impl Sync for Lpms
impl Unpin for Lpms
impl UnwindSafe for Lpms
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)