pub struct CtrlSubtype(/* private fields */);
Implementations§
Source§impl CtrlSubtype
impl CtrlSubtype
pub const BEAM_FORMING: Self = _
pub const VHT_NDP_ANNOUNCE: Self = _
pub const CTRL_EXT: Self = _
pub const CTRL_WRAP: Self = _
pub const BLOCK_ACK: Self = _
pub const BLOCK_ACK_REQ: Self = _
pub const PS_POLL: Self = _
pub const RTS: Self = _
pub const CTS: Self = _
pub const ACK: Self = _
pub const CF_END: Self = _
pub const CF_END_ACK: Self = _
Trait Implementations§
Source§impl Clone for CtrlSubtype
impl Clone for CtrlSubtype
Source§fn clone(&self) -> CtrlSubtype
fn clone(&self) -> CtrlSubtype
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 CtrlSubtype
impl Debug for CtrlSubtype
Source§impl Hash for CtrlSubtype
impl Hash for CtrlSubtype
Source§impl PartialEq for CtrlSubtype
impl PartialEq for CtrlSubtype
impl Copy for CtrlSubtype
impl Eq for CtrlSubtype
impl StructuralPartialEq for CtrlSubtype
Auto Trait Implementations§
impl Freeze for CtrlSubtype
impl RefUnwindSafe for CtrlSubtype
impl Send for CtrlSubtype
impl Sync for CtrlSubtype
impl Unpin for CtrlSubtype
impl UnwindSafe for CtrlSubtype
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
)