#[repr(C)]pub struct DOT11_INCOMING_ASSOC_DECISION_V2 {
pub Header: NDIS_OBJECT_HEADER,
pub PeerMacAddr: [u8; 6],
pub bAccept: BOOLEAN,
pub usReasonCode: u16,
pub uAssocResponseIEsOffset: u32,
pub uAssocResponseIEsLength: u32,
pub WFDStatus: u8,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
PeerMacAddr: [u8; 6]
bAccept: BOOLEAN
usReasonCode: u16
uAssocResponseIEsOffset: u32
uAssocResponseIEsLength: u32
WFDStatus: u8
Trait Implementations
impl Clone for DOT11_INCOMING_ASSOC_DECISION_V2
impl Clone for DOT11_INCOMING_ASSOC_DECISION_V2
impl Copy for DOT11_INCOMING_ASSOC_DECISION_V2
Auto Trait Implementations
impl RefUnwindSafe for DOT11_INCOMING_ASSOC_DECISION_V2
impl Send for DOT11_INCOMING_ASSOC_DECISION_V2
impl Sync for DOT11_INCOMING_ASSOC_DECISION_V2
impl Unpin for DOT11_INCOMING_ASSOC_DECISION_V2
impl UnwindSafe for DOT11_INCOMING_ASSOC_DECISION_V2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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