Enum ieee80211::ManagementFrameLayer
source · pub enum ManagementFrameLayer<'a> {
Beacon(BeaconFrame<'a>),
ProbeRequest(ProbeRequestFrame<'a>),
ProbeResponse(ProbeResponseFrame<'a>),
Authentication(AuthenticationFrame<'a>),
Deauthentication(DeauthenticationFrame<'a>),
Disassociate(DisassociateFrame<'a>),
AssociationRequest(AssociationRequestFrame<'a>),
AssociationResponse(AssociationResponseFrame<'a>),
}
Variants§
Beacon(BeaconFrame<'a>)
ProbeRequest(ProbeRequestFrame<'a>)
ProbeResponse(ProbeResponseFrame<'a>)
Authentication(AuthenticationFrame<'a>)
Deauthentication(DeauthenticationFrame<'a>)
Disassociate(DisassociateFrame<'a>)
AssociationRequest(AssociationRequestFrame<'a>)
AssociationResponse(AssociationResponseFrame<'a>)
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ManagementFrameLayer<'a>
impl<'a> Send for ManagementFrameLayer<'a>
impl<'a> Sync for ManagementFrameLayer<'a>
impl<'a> Unpin for ManagementFrameLayer<'a>
impl<'a> UnwindSafe for ManagementFrameLayer<'a>
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