pub struct Dot11ProbeReq {
pub offset: usize,
}Expand description
802.11 Probe Request frame body.
Has no fixed fields; just an IE chain.
Fields§
§offset: usizeImplementations§
Trait Implementations§
Source§impl Clone for Dot11ProbeReq
impl Clone for Dot11ProbeReq
Source§fn clone(&self) -> Dot11ProbeReq
fn clone(&self) -> Dot11ProbeReq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Dot11ProbeReq
impl RefUnwindSafe for Dot11ProbeReq
impl Send for Dot11ProbeReq
impl Sync for Dot11ProbeReq
impl Unpin for Dot11ProbeReq
impl UnsafeUnpin for Dot11ProbeReq
impl UnwindSafe for Dot11ProbeReq
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