pub struct LPMODE_R(/* private fields */);Expand description
Field LPMODE reader - Low-power mode
Implementations§
Methods from Deref<Target = FieldReader<bool, LPMODE_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LPMODE_R
impl RefUnwindSafe for LPMODE_R
impl Send for LPMODE_R
impl Sync for LPMODE_R
impl Unpin for LPMODE_R
impl UnwindSafe for LPMODE_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