Enum capsules::net::ieee802154::KeyId [] [src]

pub enum KeyId {
    Implicit,
    Index(u8),
    Source4Index([u8; 4], u8),
    Source8Index([u8; 8], u8),
}

Variants

Methods

impl KeyId
[src]

[src]

[src]

Trait Implementations

impl Copy for KeyId
[src]

impl Clone for KeyId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for KeyId
[src]

[src]

impl PartialEq for KeyId
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for KeyId
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.