pub struct Dot11Disas {
pub offset: usize,
}Expand description
802.11 Disassociation frame body.
Fixed fields: reason_code(2B).
Fields§
§offset: usizeImplementations§
Trait Implementations§
Source§impl Clone for Dot11Disas
impl Clone for Dot11Disas
Source§fn clone(&self) -> Dot11Disas
fn clone(&self) -> Dot11Disas
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 Dot11Disas
impl RefUnwindSafe for Dot11Disas
impl Send for Dot11Disas
impl Sync for Dot11Disas
impl Unpin for Dot11Disas
impl UnsafeUnpin for Dot11Disas
impl UnwindSafe for Dot11Disas
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