pub struct QosNull {
pub header: DataHeader,
}
Fields§
§header: DataHeader
Trait Implementations§
Source§impl Addresses for QosNull
impl Addresses for QosNull
Source§fn src(&self) -> Option<&MacAddress>
fn src(&self) -> Option<&MacAddress>
Returns the sender of the Frame.
This isn’t always send in every frame (e.g. CTS).
Source§fn dest(&self) -> &MacAddress
fn dest(&self) -> &MacAddress
Returns the destination of the Frame.
This should always be present.
Source§fn bssid(&self) -> Option<&MacAddress>
fn bssid(&self) -> Option<&MacAddress>
This isn’t always send in every frame (e.g. RTS).
Source§impl NullDataFrame for QosNull
impl NullDataFrame for QosNull
fn header(&self) -> &DataHeader
Auto Trait Implementations§
impl Freeze for QosNull
impl RefUnwindSafe for QosNull
impl Send for QosNull
impl Sync for QosNull
impl Unpin for QosNull
impl UnwindSafe for QosNull
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more