Enum Rrsb
#[repr(u8)]pub enum Rrsb {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
SRAM2 content not retained in Standby mode
B_0X1 = 1
SRAM2 content retained in Standby mode
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