[][src]Enum atsame70q19b::hsmci::hsmci_cmdr::RSPTYP_AW

#[repr(u8)]pub enum RSPTYP_AW {
    NORESP,
    _48_BIT,
    _136_BIT,
    R1B,
}

Response Type

Value on reset: 0

Variants

NORESP

0: No response

_48_BIT

1: 48-bit response

_136_BIT

2: 136-bit response

R1B

3: R1b response type

Trait Implementations

impl Clone for RSPTYP_AW[src]

impl Copy for RSPTYP_AW[src]

impl Debug for RSPTYP_AW[src]

impl From<RSPTYP_AW> for u8[src]

impl PartialEq<RSPTYP_AW> for RSPTYP_AW[src]

impl StructuralPartialEq for RSPTYP_AW[src]

Auto Trait Implementations

impl Send for RSPTYP_AW

impl Sync for RSPTYP_AW

impl Unpin for RSPTYP_AW

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.