Struct probe_rs::architecture::arm::ApAddress
source · pub struct ApAddress {
pub dp: DpAddress,
pub ap: u8,
}
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§
source§impl PartialEq<ApAddress> for ApAddress
impl PartialEq<ApAddress> for ApAddress
impl Copy for ApAddress
impl Eq for ApAddress
impl StructuralEq 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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.