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