Struct banjo_fuchsia_wlan_common::WlanPhyType
source · #[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<WlanPhyType> for WlanPhyType
impl BitAnd<WlanPhyType> for WlanPhyType
source§impl BitAndAssign<WlanPhyType> for WlanPhyType
impl BitAndAssign<WlanPhyType> for WlanPhyType
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<WlanPhyType> for WlanPhyType
impl BitOr<WlanPhyType> for WlanPhyType
source§impl BitOrAssign<WlanPhyType> for WlanPhyType
impl BitOrAssign<WlanPhyType> for WlanPhyType
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<WlanPhyType> for WlanPhyType
impl BitXor<WlanPhyType> for WlanPhyType
source§impl BitXorAssign<WlanPhyType> for WlanPhyType
impl BitXorAssign<WlanPhyType> 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<WlanPhyType> for WlanPhyType
impl PartialEq<WlanPhyType> for WlanPhyType
source§fn eq(&self, other: &WlanPhyType) -> bool
fn eq(&self, other: &WlanPhyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.