[][src]Enum ieee802154::mac::Security

pub enum Security {
    None,
}

Defines whether an auxiliary security header is present in the MAC header

Part of Header. Auxiliary security headers are currently unsupported by this implementation.

Variants

None

No auxiliary security header is present

Trait Implementations

impl Clone for Security[src]

impl Copy for Security[src]

impl Debug for Security[src]

impl Eq for Security[src]

impl Hash for Security[src]

impl PartialEq<Security> for Security[src]

impl StructuralEq for Security[src]

impl StructuralPartialEq for Security[src]

Auto Trait Implementations

impl Send for Security

impl Sync for Security

impl Unpin for Security

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.