pub enum TxModeKind {
Legacy,
Ht,
Vht,
}Expand description
Physical-layer rate family for a transmit packet.
Variants§
Trait Implementations§
Source§impl Clone for TxModeKind
impl Clone for TxModeKind
Source§fn clone(&self) -> TxModeKind
fn clone(&self) -> TxModeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TxModeKind
Source§impl Debug for TxModeKind
impl Debug for TxModeKind
impl Eq for TxModeKind
Source§impl PartialEq for TxModeKind
impl PartialEq for TxModeKind
Source§fn eq(&self, other: &TxModeKind) -> bool
fn eq(&self, other: &TxModeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TxModeKind
Auto Trait Implementations§
impl Freeze for TxModeKind
impl RefUnwindSafe for TxModeKind
impl Send for TxModeKind
impl Sync for TxModeKind
impl Unpin for TxModeKind
impl UnsafeUnpin for TxModeKind
impl UnwindSafe for TxModeKind
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