#[repr(C)]pub struct WlanPhyType(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl WlanPhyType
impl WlanPhyType
pub const DSSS: Self = _
pub const HR: Self = _
pub const OFDM: Self = _
pub const ERP: Self = _
pub const HT: Self = _
pub const DMG: Self = _
pub const VHT: Self = _
pub const TVHT: Self = _
pub const S1G: Self = _
pub const CDMG: Self = _
pub const CMMG: Self = _
pub const HE: Self = _
Trait Implementations§
Source§impl BitAnd for WlanPhyType
impl BitAnd for WlanPhyType
Source§impl BitAndAssign for WlanPhyType
impl BitAndAssign for WlanPhyType
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WlanPhyType
impl BitOr for WlanPhyType
Source§impl BitOrAssign for WlanPhyType
impl BitOrAssign for WlanPhyType
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for WlanPhyType
impl BitXor for WlanPhyType
Source§impl BitXorAssign for WlanPhyType
impl BitXorAssign for WlanPhyType
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for WlanPhyType
impl Clone for WlanPhyType
Source§fn clone(&self) -> WlanPhyType
fn clone(&self) -> WlanPhyType
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 WlanPhyType
impl Debug for WlanPhyType
Source§impl PartialEq for WlanPhyType
impl PartialEq for WlanPhyType
impl Copy for WlanPhyType
impl Eq for WlanPhyType
impl StructuralPartialEq for WlanPhyType
Auto Trait Implementations§
impl Freeze for WlanPhyType
impl RefUnwindSafe for WlanPhyType
impl Send for WlanPhyType
impl Sync for WlanPhyType
impl Unpin for WlanPhyType
impl UnwindSafe for WlanPhyType
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
)