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