[][src]Enum atsame70j21b::aes::aes_mr::CFBS_A

#[repr(u8)]pub enum CFBS_A {
    SIZE_128BIT,
    SIZE_64BIT,
    SIZE_32BIT,
    SIZE_16BIT,
    SIZE_8BIT,
}

Cipher Feedback Data Size

Value on reset: 0

Variants

SIZE_128BIT

0: 128-bit

SIZE_64BIT

1: 64-bit

SIZE_32BIT

2: 32-bit

SIZE_16BIT

3: 16-bit

SIZE_8BIT

4: 8-bit

Trait Implementations

impl Clone for CFBS_A[src]

impl Copy for CFBS_A[src]

impl Debug for CFBS_A[src]

impl From<CFBS_A> for u8[src]

impl PartialEq<CFBS_A> for CFBS_A[src]

impl StructuralPartialEq for CFBS_A[src]

Auto Trait Implementations

impl Send for CFBS_A

impl Sync for CFBS_A

impl Unpin for CFBS_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.