pub enum L1RESUMEW {
REQUESTED,
}
Expand description
Values that can be written to the field L1RESUME
Variants§
REQUESTED
LPM L1 request requested
Auto Trait Implementations§
impl Freeze for L1RESUMEW
impl RefUnwindSafe for L1RESUMEW
impl Send for L1RESUMEW
impl Sync for L1RESUMEW
impl Unpin for L1RESUMEW
impl UnwindSafe for L1RESUMEW
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