Struct banjo_fuchsia_wlan_common::WlanBand
source · #[repr(C)]pub struct WlanBand(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl BitAndAssign<WlanBand> for WlanBand
impl BitAndAssign<WlanBand> for WlanBand
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<WlanBand> for WlanBand
impl BitOrAssign<WlanBand> for WlanBand
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<WlanBand> for WlanBand
impl BitXorAssign<WlanBand> for WlanBand
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read more