[][src]Struct probe_rs::architecture::arm::ap::MemoryAP

pub struct MemoryAP { /* fields omitted */ }

Methods

impl MemoryAP[src]

pub fn new(port_number: u8) -> Self[src]

Trait Implementations

impl<R> APAccess<MemoryAP, R> for ArmCommunicationInterface where
    R: APRegister<MemoryAP>, 
[src]

type Error = DebugProbeError

impl APRegister<MemoryAP> for BASE[src]

impl APRegister<MemoryAP> for BASE2[src]

impl APRegister<MemoryAP> for CSW[src]

impl APRegister<MemoryAP> for DRW[src]

impl APRegister<MemoryAP> for TAR[src]

impl AccessPort for MemoryAP[src]

impl Clone for MemoryAP[src]

impl Copy for MemoryAP[src]

impl Debug for MemoryAP[src]

impl From<GenericAP> for MemoryAP[src]

impl From<u8> for MemoryAP[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.