#[repr(C)]pub struct WlanMacRole(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl BitAnd for WlanMacRole
impl BitAnd for WlanMacRole
Source§impl BitAndAssign for WlanMacRole
impl BitAndAssign for WlanMacRole
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WlanMacRole
impl BitOr for WlanMacRole
Source§impl BitOrAssign for WlanMacRole
impl BitOrAssign for WlanMacRole
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for WlanMacRole
impl BitXor for WlanMacRole
Source§impl BitXorAssign for WlanMacRole
impl BitXorAssign 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 for WlanMacRole
impl PartialEq for WlanMacRole
impl Copy for WlanMacRole
impl Eq for WlanMacRole
impl StructuralPartialEq for WlanMacRole
Auto Trait Implementations§
impl Freeze for WlanMacRole
impl RefUnwindSafe for WlanMacRole
impl Send for WlanMacRole
impl Sync for WlanMacRole
impl Unpin for WlanMacRole
impl UnwindSafe for WlanMacRole
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