pub struct WP6_R(/* private fields */);
Expand description
Field WP6
reader - WKUP6 wakeup pin polarity
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WP6_R
impl RefUnwindSafe for WP6_R
impl Send for WP6_R
impl Sync for WP6_R
impl Unpin for WP6_R
impl UnwindSafe for WP6_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