#[repr(C)]pub struct WlanSoftmacHardwareCapabilityBit(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl WlanSoftmacHardwareCapabilityBit
impl WlanSoftmacHardwareCapabilityBit
pub const SHORT_PREAMBLE: Self = _
pub const SPECTRUM_MGMT: Self = _
pub const QOS: Self = _
pub const SHORT_SLOT_TIME: Self = _
pub const RADIO_MSMT: Self = _
pub const SIMULTANEOUS_CLIENT_AP: Self = _
Trait Implementations§
source§impl BitAndAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
impl BitAndAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
impl BitOrAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
impl BitXorAssign<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for WlanSoftmacHardwareCapabilityBit
impl Clone for WlanSoftmacHardwareCapabilityBit
source§fn clone(&self) -> WlanSoftmacHardwareCapabilityBit
fn clone(&self) -> WlanSoftmacHardwareCapabilityBit
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 PartialEq<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
impl PartialEq<WlanSoftmacHardwareCapabilityBit> for WlanSoftmacHardwareCapabilityBit
source§fn eq(&self, other: &WlanSoftmacHardwareCapabilityBit) -> bool
fn eq(&self, other: &WlanSoftmacHardwareCapabilityBit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.