[][src]Enum imxrt_boot_gen::flexspi::SerialFlashRegion

#[repr(usize)]pub enum SerialFlashRegion {
    A1,
    A2,
    B1,
    B2,
}

A FlexSPI serial flash region

Variants

A1
A2
B1
B2

Trait Implementations

impl Clone for SerialFlashRegion[src]

impl Copy for SerialFlashRegion[src]

impl Debug for SerialFlashRegion[src]

impl Eq for SerialFlashRegion[src]

impl PartialEq<SerialFlashRegion> for SerialFlashRegion[src]

impl StructuralEq for SerialFlashRegion[src]

impl StructuralPartialEq for SerialFlashRegion[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.