pub enum TagName {
Show 15 variants
Other(u8),
SSID,
SupportedRates,
DSParameter,
TrafficIndicationMap,
CountryInformation,
ERPInformation,
ExtendedSupportedRates,
RSNInformation,
QBSSLoadElement,
HTCapabilities,
HTInformation,
ExtendedCapabilities,
VHTCapabilities,
PowerCapabilities,
}
Variants§
Other(u8)
SSID
SupportedRates
DSParameter
TrafficIndicationMap
CountryInformation
ERPInformation
ExtendedSupportedRates
RSNInformation
QBSSLoadElement
HTCapabilities
HTInformation
ExtendedCapabilities
VHTCapabilities
PowerCapabilities
Trait Implementations§
source§impl PartialEq<TagName> for TagName
impl PartialEq<TagName> for TagName
impl Copy for TagName
impl Eq for TagName
impl StructuralEq for TagName
impl StructuralPartialEq for TagName
Auto Trait Implementations§
impl RefUnwindSafe for TagName
impl Send for TagName
impl Sync for TagName
impl Unpin for TagName
impl UnwindSafe for TagName
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