[][src]Enum efm32gg11b820::crypto0::cstatus::V1R

pub enum V1R {
    DDATA0,
    DDATA1,
    DDATA2,
    DDATA3,
    DDATA4,
    DATA0,
    DATA1,
    DATA2,
}

Possible values of the field V1

Variants

DDATA0

undocumented

DDATA1

undocumented

DDATA2

undocumented

DDATA3

undocumented

DDATA4

undocumented

DATA0

undocumented

DATA1

undocumented

DATA2

undocumented

Methods

impl V1R[src]

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

Value of the field as raw bits

pub fn is_ddata0(&self) -> bool[src]

Checks if the value of the field is DDATA0

pub fn is_ddata1(&self) -> bool[src]

Checks if the value of the field is DDATA1

pub fn is_ddata2(&self) -> bool[src]

Checks if the value of the field is DDATA2

pub fn is_ddata3(&self) -> bool[src]

Checks if the value of the field is DDATA3

pub fn is_ddata4(&self) -> bool[src]

Checks if the value of the field is DDATA4

pub fn is_data0(&self) -> bool[src]

Checks if the value of the field is DATA0

pub fn is_data1(&self) -> bool[src]

Checks if the value of the field is DATA1

pub fn is_data2(&self) -> bool[src]

Checks if the value of the field is DATA2

Trait Implementations

impl Copy for V1R[src]

impl Debug for V1R[src]

impl PartialEq<V1R> for V1R[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for V1R[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 V1R

impl Sync for V1R

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self