[][src]Enum rsl10_pac::bb::bb_rwblebconf::USECRYPT_A

pub enum USECRYPT_A {
    USECRYPT_0,
    USECRYPT_1,
}

AES-CCM encryption

Value on reset: 1

Variants

USECRYPT_0

0: AES-CCM encryption block not present

USECRYPT_1

1: AES-CCM encryption block present

Trait Implementations

impl Clone for USECRYPT_A[src]

impl Copy for USECRYPT_A[src]

impl Debug for USECRYPT_A[src]

impl From<USECRYPT_A> for bool[src]

impl PartialEq<USECRYPT_A> for USECRYPT_A[src]

impl StructuralPartialEq for USECRYPT_A[src]

Auto Trait Implementations

impl Send for USECRYPT_A

impl Sync for USECRYPT_A

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