Struct capsules::net::ieee802154::Security [] [src]

pub struct Security {
    pub level: SecurityLevel,
    pub asn_in_nonce: bool,
    pub frame_counter: Option<u32>,
    pub key_id: KeyId,
}

Fields

Methods

impl Security
[src]

[src]

[src]

Trait Implementations

impl Copy for Security
[src]

impl Clone for Security
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Security
[src]

[src]

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

[src]

Formats the value using the given formatter. Read more