#[repr(C)]pub struct DOT11_INCOMING_ASSOC_DECISION_V2 {
pub Header: NDIS_OBJECT_HEADER,
pub PeerMacAddr: DOT11_MAC_ADDRESS,
pub bAccept: BOOLEAN,
pub usReasonCode: USHORT,
pub uAssocResponseIEsOffset: ULONG,
pub uAssocResponseIEsLength: ULONG,
pub WFDStatus: DOT11_WFD_STATUS_CODE,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§PeerMacAddr: DOT11_MAC_ADDRESS
§bAccept: BOOLEAN
§usReasonCode: USHORT
§uAssocResponseIEsOffset: ULONG
§uAssocResponseIEsLength: ULONG
§WFDStatus: DOT11_WFD_STATUS_CODE
Trait Implementations§
Source§impl Clone for DOT11_INCOMING_ASSOC_DECISION_V2
impl Clone for DOT11_INCOMING_ASSOC_DECISION_V2
Source§fn clone(&self) -> DOT11_INCOMING_ASSOC_DECISION_V2
fn clone(&self) -> DOT11_INCOMING_ASSOC_DECISION_V2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DOT11_INCOMING_ASSOC_DECISION_V2
impl Default for DOT11_INCOMING_ASSOC_DECISION_V2
Source§fn default() -> DOT11_INCOMING_ASSOC_DECISION_V2
fn default() -> DOT11_INCOMING_ASSOC_DECISION_V2
Returns the “default value” for a type. Read more
impl Copy for DOT11_INCOMING_ASSOC_DECISION_V2
Auto Trait Implementations§
impl Freeze for DOT11_INCOMING_ASSOC_DECISION_V2
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§
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