[][src]Enum e310x::qspi0::ffmt::CMD_PROTOR

pub enum CMD_PROTOR {
    _Reserved(u8),
}

Possible values of the field cmd_proto

Variants

_Reserved(u8)

Reserved

Methods

impl CMD_PROTOR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

Trait Implementations

impl Debug for CMD_PROTOR[src]

impl PartialEq<CMD_PROTOR> for CMD_PROTOR[src]

impl Copy for CMD_PROTOR[src]

impl Clone for CMD_PROTOR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CMD_PROTOR

impl Sync for CMD_PROTOR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]