pub struct L1REQ_R(/* private fields */);Expand description
Field L1REQ reader - LPM L1 state request
Implementations§
Methods from Deref<Target = FieldReader<bool, L1REQ_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L1REQ_R
impl RefUnwindSafe for L1REQ_R
impl Send for L1REQ_R
impl Sync for L1REQ_R
impl Unpin for L1REQ_R
impl UnwindSafe for L1REQ_R
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