#[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_HEADERPeerMacAddr: [u8; 6]bAccept: BOOLEANusReasonCode: u16uAssocResponseIEsOffset: u32uAssocResponseIEsLength: u32WFDStatus: u8

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.