pub enum L1REQW {
RECEIVED,
}
Expand description
Values that can be written to the field L1REQ
Variants§
RECEIVED
LPM command to enter the L1 state is successfully received and acknowledged
Auto Trait Implementations§
impl Freeze for L1REQW
impl RefUnwindSafe for L1REQW
impl Send for L1REQW
impl Sync for L1REQW
impl Unpin for L1REQW
impl UnwindSafe for L1REQW
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