#[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 for WlanSoftmacHardwareCapabilityBit
impl BitAndAssign for WlanSoftmacHardwareCapabilityBit
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for WlanSoftmacHardwareCapabilityBit
impl BitOrAssign for WlanSoftmacHardwareCapabilityBit
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for WlanSoftmacHardwareCapabilityBit
impl BitXorAssign 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 for WlanSoftmacHardwareCapabilityBit
impl PartialEq for WlanSoftmacHardwareCapabilityBit
Source§fn eq(&self, other: &WlanSoftmacHardwareCapabilityBit) -> bool
fn eq(&self, other: &WlanSoftmacHardwareCapabilityBit) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WlanSoftmacHardwareCapabilityBit
impl Eq for WlanSoftmacHardwareCapabilityBit
impl StructuralPartialEq for WlanSoftmacHardwareCapabilityBit
Auto Trait Implementations§
impl Freeze for WlanSoftmacHardwareCapabilityBit
impl RefUnwindSafe for WlanSoftmacHardwareCapabilityBit
impl Send for WlanSoftmacHardwareCapabilityBit
impl Sync for WlanSoftmacHardwareCapabilityBit
impl Unpin for WlanSoftmacHardwareCapabilityBit
impl UnwindSafe for WlanSoftmacHardwareCapabilityBit
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)