pub struct PORT4 { /* private fields */ }Expand description
Port 4 Control Registers
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for PORT4
impl Freeze for PORT4
impl RefUnwindSafe for PORT4
impl Unpin for PORT4
impl UnsafeUnpin for PORT4
impl UnwindSafe for PORT4
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