pub struct GPIOHSMEN_R(/* private fields */);Expand description
Field GPIOHSMEN reader - IO port H clocks enable during Sleep and Stop modes
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIOHSMEN_R
impl RefUnwindSafe for GPIOHSMEN_R
impl Send for GPIOHSMEN_R
impl Sync for GPIOHSMEN_R
impl Unpin for GPIOHSMEN_R
impl UnwindSafe for GPIOHSMEN_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