#[repr(C)]pub struct DOT11_ANQP_QUERY_COMPLETE_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub Status: DOT11_ANQP_QUERY_RESULT,
pub hContext: HANDLE,
pub uResponseLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
Status: DOT11_ANQP_QUERY_RESULT
hContext: HANDLE
uResponseLength: u32
Trait Implementations
impl Copy for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
impl Send for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
impl Sync for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
impl Unpin for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
impl UnwindSafe for DOT11_ANQP_QUERY_COMPLETE_PARAMETERS
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