pub enum L1RESUME {
Requested = 1,
}
Expand description
L1RESUME
Value on reset: 0
Variants§
Requested = 1
1: LPM L1 request requested
Trait Implementations§
impl Copy for L1RESUME
impl Eq for L1RESUME
impl StructuralPartialEq for L1RESUME
Auto Trait Implementations§
impl Freeze for L1RESUME
impl RefUnwindSafe for L1RESUME
impl Send for L1RESUME
impl Sync for L1RESUME
impl Unpin for L1RESUME
impl UnwindSafe for L1RESUME
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