Enum capsules::ieee802154::driver::KeyIdModeUserland [] [src]

#[repr(u8)]
enum KeyIdModeUserland { Implicit, Index, Source4Index, Source8Index, }

The Key ID mode mapping expected by the userland driver

Variants

Methods

impl KeyIdModeUserland
[src]

[src]

Trait Implementations

impl Copy for KeyIdModeUserland
[src]

impl Clone for KeyIdModeUserland
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for KeyIdModeUserland
[src]

[src]

impl PartialEq for KeyIdModeUserland
[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 !=.

impl Debug for KeyIdModeUserland
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a KeyId> for KeyIdModeUserland
[src]

[src]

Performs the conversion.