pub struct Dot11RTS {
pub offset: usize,
}Expand description
802.11 RTS (Request To Send) frame.
The RTS frame has no body beyond the 802.11 header (FC + Duration + Addr1 + Addr2).
Fields§
§offset: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dot11RTS
impl RefUnwindSafe for Dot11RTS
impl Send for Dot11RTS
impl Sync for Dot11RTS
impl Unpin for Dot11RTS
impl UnsafeUnpin for Dot11RTS
impl UnwindSafe for Dot11RTS
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