pub struct WKUPM_R(/* private fields */);Expand description
Field WKUPM reader - Wakeup interrupt mask
Implementations§
Methods from Deref<Target = FieldReader<bool, WKUPM_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WKUPM_R
impl RefUnwindSafe for WKUPM_R
impl Send for WKUPM_R
impl Sync for WKUPM_R
impl Unpin for WKUPM_R
impl UnwindSafe for WKUPM_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