[][src]Enum probe_rs::architecture::arm::ap::APType

pub enum APType {
    JTAG_COM_AP,
    AMBA_AHB3,
    AMBA_APB2_APB3,
    AMBA_AXI3_AXI4,
    AMBA_AHB5,
    AMBA_AHB4,
}

Variants

JTAG_COM_AP
AMBA_AHB3
AMBA_APB2_APB3
AMBA_AXI3_AXI4
AMBA_AHB5
AMBA_AHB4

Trait Implementations

impl Clone for APType[src]

impl Copy for APType[src]

impl Debug for APType[src]

impl Default for APType[src]

impl FromPrimitive for APType[src]

impl PartialEq<APType> for APType[src]

impl StructuralPartialEq for APType[src]

impl ToPrimitive for APType[src]

impl TryFrom<i16> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<i32> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<i64> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<i8> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<u16> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<u32> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<u64> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

impl TryFrom<u8> for APType[src]

type Error = &'static str

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for APType

impl Send for APType

impl Sync for APType

impl Unpin for APType

impl UnwindSafe for APType

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.