Expand description
Access port address.
Fields
dp: DpAddress
The address of the debug port this access port belongs to.
ap: u8
The access port number.
Trait Implementations
impl Copy for ApAddress
impl StructuralPartialEq for ApAddress
Auto Trait Implementations
impl RefUnwindSafe for ApAddress
impl Send for ApAddress
impl Sync for ApAddress
impl Unpin for ApAddress
impl UnwindSafe for ApAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more