#[repr(C)]pub struct WlanBand(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl BitAndAssign for WlanBand
impl BitAndAssign for WlanBand
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for WlanBand
impl BitOrAssign for WlanBand
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for WlanBand
impl BitXorAssign for WlanBand
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreimpl Copy for WlanBand
impl Eq for WlanBand
impl StructuralPartialEq for WlanBand
Auto Trait Implementations§
impl Freeze for WlanBand
impl RefUnwindSafe for WlanBand
impl Send for WlanBand
impl Sync for WlanBand
impl Unpin for WlanBand
impl UnwindSafe for WlanBand
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)