Enum patch_svd::output::CpuNameType[][src]

pub enum CpuNameType {
    CM0,
    CM0PLUS,
    CM1,
    SC000,
    CM23,
    CM3,
    CM33,
    CM35P,
    SC300,
    CM4,
    CM7,
    CA5,
    CA7,
    CA8,
    CA9,
    CA15,
    CA17,
    CA53,
    CA57,
    CA72,
    other,
}

Variants

CM0
CM0PLUS
CM1
SC000
CM23
CM3
CM33
CM35P
SC300
CM4
CM7
CA5
CA7
CA8
CA9
CA15
CA17
CA53
CA57
CA72
other

Trait Implementations

impl Clone for CpuNameType[src]

impl Debug for CpuNameType[src]

impl<'de> Deserialize<'de> for CpuNameType[src]

impl Eq for CpuNameType[src]

impl PartialEq<CpuNameType> for CpuNameType[src]

impl StructuralEq for CpuNameType[src]

impl StructuralPartialEq for CpuNameType[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.