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