#[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