[][src]Enum nrf52832_hal::target::ficr::info::variant::VARIANT_A

#[repr(u32)]pub enum VARIANT_A {
    AAAA,
    AAAB,
    AABA,
    AABB,
    AAB0,
    AAE0,
    UNSPECIFIED,
}

Part Variant, Hardware version and Production configuration, encoded as ASCII

Value on reset: 1094795586

Variants

AAAA

1094795585: AAAA

AAAB

1094795586: AAAB

AABA

1094795841: AABA

AABB

1094795842: AABB

AAB0

1094795824: AAB0

AAE0

1094796592: AAE0

UNSPECIFIED

4294967295: Unspecified

Trait Implementations

impl Clone for VARIANT_A[src]

impl Copy for VARIANT_A[src]

impl Debug for VARIANT_A[src]

impl PartialEq<VARIANT_A> for VARIANT_A[src]

impl StructuralPartialEq for VARIANT_A[src]

Auto Trait Implementations

impl Send for VARIANT_A

impl Sync for VARIANT_A

impl Unpin for VARIANT_A

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> Same<T> for T

type Output = T

Should always be Self

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.