Enum Rrsb
#[repr(u8)]pub enum Rrsb {
NOTRETAINED = 0,
RETAINED = 1,
}
Variants§
NOTRETAINED = 0
SRAM2 page1 content not retained in Stop 3 and Standby modes
RETAINED = 1
SRAM2 page1 content retained in Stop 3 and Standby modes
Implementations§
Trait Implementations§
§impl Ord for Rrsb
impl Ord for Rrsb
§impl PartialOrd for Rrsb
impl PartialOrd for Rrsb
impl Copy for Rrsb
impl Eq for Rrsb
impl StructuralPartialEq for Rrsb
Auto Trait Implementations§
impl Freeze for Rrsb
impl RefUnwindSafe for Rrsb
impl Send for Rrsb
impl Sync for Rrsb
impl Unpin for Rrsb
impl UnwindSafe for Rrsb
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