#[repr(C)]pub struct DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS {Show 17 fields
pub Header: NDIS_OBJECT_HEADER,
pub PeerMacAddr: [u8; 6],
pub uStatus: u32,
pub ucErrorSource: u8,
pub bReAssocReq: BOOLEAN,
pub bReAssocResp: BOOLEAN,
pub uAssocReqOffset: u32,
pub uAssocReqSize: u32,
pub uAssocRespOffset: u32,
pub uAssocRespSize: u32,
pub AuthAlgo: DOT11_AUTH_ALGORITHM,
pub UnicastCipher: DOT11_CIPHER_ALGORITHM,
pub MulticastCipher: DOT11_CIPHER_ALGORITHM,
pub uActivePhyListOffset: u32,
pub uActivePhyListSize: u32,
pub uBeaconOffset: u32,
pub uBeaconSize: u32,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§PeerMacAddr: [u8; 6]
§uStatus: u32
§ucErrorSource: u8
§bReAssocReq: BOOLEAN
§bReAssocResp: BOOLEAN
§uAssocReqOffset: u32
§uAssocReqSize: u32
§uAssocRespOffset: u32
§uAssocRespSize: u32
§AuthAlgo: DOT11_AUTH_ALGORITHM
§UnicastCipher: DOT11_CIPHER_ALGORITHM
§MulticastCipher: DOT11_CIPHER_ALGORITHM
§uActivePhyListOffset: u32
§uActivePhyListSize: u32
§uBeaconOffset: u32
§uBeaconSize: u32
Trait Implementations§
§impl Clone for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl Clone for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
§fn clone(&self) -> DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
fn clone(&self) -> DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
Returns a copy 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 moreimpl Copy for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
Auto Trait Implementations§
impl Freeze for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl RefUnwindSafe for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl Send for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl Sync for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl Unpin for DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS
impl UnwindSafe for DOT11_INCOMING_ASSOC_COMPLETION_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)