Enum stm32_metapac::pwr::vals::Icrampds
#[repr(u8)]pub enum Icrampds {
RETAINED = 0,
NOTRETAINED = 1,
}
Variants§
RETAINED = 0
ICACHE SRAM content retained in Stop modes
NOTRETAINED = 1
ICACHE SRAM content lost in Stop modes
Implementations§
Trait Implementations§
§impl Ord for Icrampds
impl Ord for Icrampds
§impl PartialOrd for Icrampds
impl PartialOrd for Icrampds
impl Copy for Icrampds
impl Eq for Icrampds
impl StructuralPartialEq for Icrampds
Auto Trait Implementations§
impl Freeze for Icrampds
impl RefUnwindSafe for Icrampds
impl Send for Icrampds
impl Sync for Icrampds
impl Unpin for Icrampds
impl UnwindSafe for Icrampds
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
)