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