#[repr(u8)]pub enum MegaSrPsr {
PSR_0 = 0,
PSR_1 = 1,
}Variants§
PSR_0 = 0
The target subsystem was not powered down for the previous power-down request.
PSR_1 = 1
The target subsystem was powered down for the previous power-down request.
Implementations§
Trait Implementations§
Source§impl Ord for MegaSrPsr
impl Ord for MegaSrPsr
Source§impl PartialOrd for MegaSrPsr
impl PartialOrd for MegaSrPsr
impl Copy for MegaSrPsr
impl Eq for MegaSrPsr
impl StructuralPartialEq for MegaSrPsr
Auto Trait Implementations§
impl Freeze for MegaSrPsr
impl RefUnwindSafe for MegaSrPsr
impl Send for MegaSrPsr
impl Sync for MegaSrPsr
impl Unpin for MegaSrPsr
impl UnwindSafe for MegaSrPsr
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