Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
#[repr(C)]pub struct DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub PeerMacAddr: [u8; 6],
pub bReAssocReq: BOOLEAN,
pub uAssocReqOffset: u32,
pub uAssocReqSize: u32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§PeerMacAddr: [u8; 6]
§bReAssocReq: BOOLEAN
§uAssocReqOffset: u32
§uAssocReqSize: u32
Trait Implementations§
impl Copy for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
impl Send for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
impl Sync for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
impl Unpin for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
impl UnwindSafe for DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS
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