pub struct IOPCEN_R(/* private fields */);
Expand description
Field IOPCEN
reader - I/O port C clock enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IOPCEN_R
impl RefUnwindSafe for IOPCEN_R
impl Send for IOPCEN_R
impl Sync for IOPCEN_R
impl Unpin for IOPCEN_R
impl UnwindSafe for IOPCEN_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