#[repr(u8)]pub enum ManagementSubtype {
AssocReq = 0,
AssocResp = 1,
ProbeReq = 4,
ProbeResp = 5,
Beacon = 8,
Disassoc = 10,
Auth = 11,
Deauth = 12,
Action = 13,
}Expand description
Management frame subtypes
Variants§
AssocReq = 0
AssocResp = 1
ProbeReq = 4
ProbeResp = 5
Beacon = 8
Disassoc = 10
Auth = 11
Deauth = 12
Action = 13
Implementations§
Trait Implementations§
Source§impl Clone for ManagementSubtype
impl Clone for ManagementSubtype
Source§fn clone(&self) -> ManagementSubtype
fn clone(&self) -> ManagementSubtype
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManagementSubtype
impl Debug for ManagementSubtype
Source§impl PartialEq for ManagementSubtype
impl PartialEq for ManagementSubtype
impl Copy for ManagementSubtype
impl Eq for ManagementSubtype
impl StructuralPartialEq for ManagementSubtype
Auto Trait Implementations§
impl Freeze for ManagementSubtype
impl RefUnwindSafe for ManagementSubtype
impl Send for ManagementSubtype
impl Sync for ManagementSubtype
impl Unpin for ManagementSubtype
impl UnwindSafe for ManagementSubtype
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)