#[repr(C)]pub struct DOT11_ASSOCIATION_PARAMS {
pub Header: NDIS_OBJECT_HEADER,
pub BSSID: [u8; 6],
pub uAssocRequestIEsOffset: u32,
pub uAssocRequestIEsLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§BSSID: [u8; 6]
§uAssocRequestIEsOffset: u32
§uAssocRequestIEsLength: u32
Trait Implementations§
§impl Clone for DOT11_ASSOCIATION_PARAMS
impl Clone for DOT11_ASSOCIATION_PARAMS
impl Copy for DOT11_ASSOCIATION_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_ASSOCIATION_PARAMS
impl Send for DOT11_ASSOCIATION_PARAMS
impl Sync for DOT11_ASSOCIATION_PARAMS
impl Unpin for DOT11_ASSOCIATION_PARAMS
impl UnwindSafe for DOT11_ASSOCIATION_PARAMS
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