[][src]Struct probe_rs::architecture::arm::ArmCommunicationInterface

pub struct ArmCommunicationInterface { /* fields omitted */ }

Methods

impl ArmCommunicationInterface[src]

pub fn new(probe: Probe) -> Result<Self, DebugProbeError>[src]

pub fn dedicated_memory_interface(&self) -> Option<Memory>[src]

pub fn close(self) -> Result<Probe, Self>[src]

Trait Implementations

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

type Error = DebugProbeError

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

type Error = DebugProbeError

impl Clone for ArmCommunicationInterface[src]

impl CommunicationInterface for ArmCommunicationInterface[src]

impl DPAccess for ArmCommunicationInterface[src]

impl Debug for ArmCommunicationInterface[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.