[][src]Enum probe_rs::architecture::arm::memory::CSComponentClass

pub enum CSComponentClass {
    GenericVerificationComponent,
    RomTable,
    CoreSightComponent,
    PeripheralTestBlock,
    GenericIPComponent,
    CoreLinkOrPrimeCellOrSystemComponent,
}

This enum describes a component. Described in table D1-2 in the ADIv5.2 spec.

Variants

GenericVerificationComponent
RomTable
CoreSightComponent
PeripheralTestBlock
GenericIPComponent
CoreLinkOrPrimeCellOrSystemComponent

Trait Implementations

impl Debug for CSComponentClass[src]

impl FromPrimitive for CSComponentClass[src]

impl PartialEq<CSComponentClass> for CSComponentClass[src]

impl StructuralPartialEq for CSComponentClass[src]

impl ToPrimitive for CSComponentClass[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, 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.