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

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

Possible values of the field V0

Variants

""

""

""

""

""

""

""

""

Methods

impl V0R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DDATA0

[src]

Checks if the value of the field is DDATA1

[src]

Checks if the value of the field is DDATA2

[src]

Checks if the value of the field is DDATA3

[src]

Checks if the value of the field is DDATA4

[src]

Checks if the value of the field is DATA0

[src]

Checks if the value of the field is DATA1

[src]

Checks if the value of the field is DATA2

Trait Implementations

impl Clone for V0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for V0R
[src]

impl Debug for V0R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for V0R
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.