Enum ieee80211::ManagementSubtype
source · pub enum ManagementSubtype {
Show 14 variants
AssociationRequest,
AssociationResponse,
ReassociationRequest,
ReassociationResponse,
ProbeRequest,
ProbeResponse,
Reserved(u8),
Beacon,
ATIM,
Disassociate,
Authentication,
Deauthentication,
Action,
ActionNoAck,
}
Variants§
AssociationRequest
Association Request
AssociationResponse
Association Response
ReassociationRequest
Reassociation Request
ReassociationResponse
Reassociation Response
ProbeRequest
Probe Request
ProbeResponse
Probe Response
Reserved(u8)
6-7, 15 Reserved
Beacon
Beacon
ATIM
Announcement Traffic Indication Message
Disassociate
Disassociate
Authentication
Authentication
Deauthentication
Deauthentication
Action
Action
ActionNoAck
Action No Ack
Implementations§
Trait Implementations§
source§impl Clone for ManagementSubtype
impl Clone for ManagementSubtype
source§fn clone(&self) -> ManagementSubtype
fn clone(&self) -> ManagementSubtype
Returns a copy 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 moresource§impl Debug for ManagementSubtype
impl Debug for ManagementSubtype
source§impl Hash for ManagementSubtype
impl Hash for ManagementSubtype
source§impl PartialEq<ManagementSubtype> for ManagementSubtype
impl PartialEq<ManagementSubtype> for ManagementSubtype
source§fn eq(&self, other: &ManagementSubtype) -> bool
fn eq(&self, other: &ManagementSubtype) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ManagementSubtype
impl Eq for ManagementSubtype
impl StructuralEq for ManagementSubtype
impl StructuralPartialEq for ManagementSubtype
Auto Trait Implementations§
impl RefUnwindSafe for ManagementSubtype
impl Send for ManagementSubtype
impl Sync for ManagementSubtype
impl Unpin for ManagementSubtype
impl UnwindSafe for ManagementSubtype
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