Struct banjo_fuchsia_wlan_common::WlanMacRole
source · #[repr(C)]pub struct WlanMacRole(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl BitAnd<WlanMacRole> for WlanMacRole
impl BitAnd<WlanMacRole> for WlanMacRole
source§impl BitAndAssign<WlanMacRole> for WlanMacRole
impl BitAndAssign<WlanMacRole> for WlanMacRole
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<WlanMacRole> for WlanMacRole
impl BitOr<WlanMacRole> for WlanMacRole
source§impl BitOrAssign<WlanMacRole> for WlanMacRole
impl BitOrAssign<WlanMacRole> for WlanMacRole
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<WlanMacRole> for WlanMacRole
impl BitXor<WlanMacRole> for WlanMacRole
source§impl BitXorAssign<WlanMacRole> for WlanMacRole
impl BitXorAssign<WlanMacRole> for WlanMacRole
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for WlanMacRole
impl Clone for WlanMacRole
source§fn clone(&self) -> WlanMacRole
fn clone(&self) -> WlanMacRole
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 WlanMacRole
impl Debug for WlanMacRole
source§impl PartialEq<WlanMacRole> for WlanMacRole
impl PartialEq<WlanMacRole> for WlanMacRole
source§fn eq(&self, other: &WlanMacRole) -> bool
fn eq(&self, other: &WlanMacRole) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.