Enum ieee80211::ControlSubtype
source · pub enum ControlSubtype {
Reserved(u8),
ControlWrapper,
BlockAckRequest,
BlockAck,
PSPoll,
RTS,
CTS,
Ack,
CFEnd,
CFEndCFAck,
}
Variants§
Reserved(u8)
0-6 Reserved
ControlWrapper
Control Wrapper
BlockAckRequest
Block Ack Request
BlockAck
Block Ack
PSPoll
Power Save Poll
RTS
Request To Send
CTS
Clear To Send
Ack
Acknowledgement
CFEnd
Contention-Free-End
CFEndCFAck
CF-End + CF-Ack
Implementations§
Trait Implementations§
source§impl Clone for ControlSubtype
impl Clone for ControlSubtype
source§fn clone(&self) -> ControlSubtype
fn clone(&self) -> ControlSubtype
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 ControlSubtype
impl Debug for ControlSubtype
source§impl Hash for ControlSubtype
impl Hash for ControlSubtype
source§impl PartialEq<ControlSubtype> for ControlSubtype
impl PartialEq<ControlSubtype> for ControlSubtype
source§fn eq(&self, other: &ControlSubtype) -> bool
fn eq(&self, other: &ControlSubtype) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ControlSubtype
impl Eq for ControlSubtype
impl StructuralEq for ControlSubtype
impl StructuralPartialEq for ControlSubtype
Auto Trait Implementations§
impl RefUnwindSafe for ControlSubtype
impl Send for ControlSubtype
impl Sync for ControlSubtype
impl Unpin for ControlSubtype
impl UnwindSafe for ControlSubtype
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