#[repr(C)]pub struct DOT11_EXTSTA_SEND_CONTEXT {
pub Header: NDIS_OBJECT_HEADER,
pub usExemptionActionType: USHORT,
pub uPhyId: ULONG,
pub uDelayedSleepValue: ULONG,
pub pvMediaSpecificInfo: PVOID,
pub uSendFlags: ULONG,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§usExemptionActionType: USHORT
§uPhyId: ULONG
§uDelayedSleepValue: ULONG
§pvMediaSpecificInfo: PVOID
§uSendFlags: ULONG
Trait Implementations§
Source§impl Clone for DOT11_EXTSTA_SEND_CONTEXT
impl Clone for DOT11_EXTSTA_SEND_CONTEXT
Source§fn clone(&self) -> DOT11_EXTSTA_SEND_CONTEXT
fn clone(&self) -> DOT11_EXTSTA_SEND_CONTEXT
Returns a duplicate 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 Default for DOT11_EXTSTA_SEND_CONTEXT
impl Default for DOT11_EXTSTA_SEND_CONTEXT
Source§fn default() -> DOT11_EXTSTA_SEND_CONTEXT
fn default() -> DOT11_EXTSTA_SEND_CONTEXT
Returns the “default value” for a type. Read more
impl Copy for DOT11_EXTSTA_SEND_CONTEXT
Auto Trait Implementations§
impl Freeze for DOT11_EXTSTA_SEND_CONTEXT
impl RefUnwindSafe for DOT11_EXTSTA_SEND_CONTEXT
impl !Send for DOT11_EXTSTA_SEND_CONTEXT
impl !Sync for DOT11_EXTSTA_SEND_CONTEXT
impl Unpin for DOT11_EXTSTA_SEND_CONTEXT
impl UnwindSafe for DOT11_EXTSTA_SEND_CONTEXT
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