#[repr(C)]pub struct DOT11_EXTSTA_SEND_CONTEXT {
pub Header: NDIS_OBJECT_HEADER,
pub usExemptionActionType: u16,
pub uPhyId: u32,
pub uDelayedSleepValue: u32,
pub pvMediaSpecificInfo: *mut c_void,
pub uSendFlags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
usExemptionActionType: u16
uPhyId: u32
uDelayedSleepValue: u32
pvMediaSpecificInfo: *mut c_void
uSendFlags: u32
Trait Implementations
impl Clone for DOT11_EXTSTA_SEND_CONTEXT
impl Clone for DOT11_EXTSTA_SEND_CONTEXT
impl Copy for DOT11_EXTSTA_SEND_CONTEXT
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more