Struct nl80211_rs::RawInformationElement[][src]

pub struct RawInformationElement {
    pub identifier: u8,
    pub data: Vec<u8>,
}

Raw Information Element data

Fields

Methods

impl RawInformationElement
[src]

Auto Trait Implementations