#[repr(C)]pub struct DOT11_ASSOCIATION_START_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub MacAddr: [u8; 6],
pub SSID: DOT11_SSID,
pub uIHVDataOffset: u32,
pub uIHVDataSize: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
MacAddr: [u8; 6]
SSID: DOT11_SSID
uIHVDataOffset: u32
uIHVDataSize: u32
Trait Implementations
impl Clone for DOT11_ASSOCIATION_START_PARAMETERS
impl Clone for DOT11_ASSOCIATION_START_PARAMETERS
impl Copy for DOT11_ASSOCIATION_START_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_ASSOCIATION_START_PARAMETERS
impl Send for DOT11_ASSOCIATION_START_PARAMETERS
impl Sync for DOT11_ASSOCIATION_START_PARAMETERS
impl Unpin for DOT11_ASSOCIATION_START_PARAMETERS
impl UnwindSafe for DOT11_ASSOCIATION_START_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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