Struct capsules::ieee802154::driver::KeyDescriptor
[−]
[src]
struct KeyDescriptor {
level: SecurityLevel,
key_id: KeyId,
key: [u8; 16],
}Fields
level: SecurityLevel
key_id: KeyId
key: [u8; 16]
Methods
impl KeyDescriptor[src]
fn decode(buf: &[u8]) -> SResult<KeyDescriptor>[src]
Trait Implementations
impl Copy for KeyDescriptor[src]
impl Clone for KeyDescriptor[src]
fn clone(&self) -> KeyDescriptor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for KeyDescriptor[src]
fn assert_receiver_is_total_eq(&self)[src]
impl PartialEq for KeyDescriptor[src]
fn eq(&self, __arg_0: &KeyDescriptor) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &KeyDescriptor) -> bool[src]
This method tests for !=.
impl Debug for KeyDescriptor[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more