Struct capsules::ieee802154::driver::KeyDescriptor [] [src]

struct KeyDescriptor {
    level: SecurityLevel,
    key_id: KeyId,
    key: [u8; 16],
}

Fields

Methods

impl KeyDescriptor
[src]

[src]

Trait Implementations

impl Copy for KeyDescriptor
[src]

impl Clone for KeyDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for KeyDescriptor
[src]

[src]

impl PartialEq for KeyDescriptor
[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 KeyDescriptor
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for KeyDescriptor
[src]

[src]

Returns the "default value" for a type. Read more