pub struct HtProtection(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl HtProtection
impl HtProtection
pub const NONE: Self = _
pub const NON_MEMBER: Self = _
pub const TWENTY_MHZ: Self = _
pub const NON_HT_MIXED: Self = _
Trait Implementations§
Source§impl Clone for HtProtection
impl Clone for HtProtection
Source§fn clone(&self) -> HtProtection
fn clone(&self) -> HtProtection
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 HtProtection
impl Debug for HtProtection
Source§impl PartialEq for HtProtection
impl PartialEq for HtProtection
Source§impl PartialOrd for HtProtection
impl PartialOrd for HtProtection
impl Copy for HtProtection
impl Eq for HtProtection
impl StructuralPartialEq for HtProtection
Auto Trait Implementations§
impl Freeze for HtProtection
impl RefUnwindSafe for HtProtection
impl Send for HtProtection
impl Sync for HtProtection
impl Unpin for HtProtection
impl UnwindSafe for HtProtection
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
)