#[repr(C)]pub struct DOT11_INCOMING_ASSOC_STARTED_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub PeerMacAddr: [u8; 6],
}
Expand description
Required features: ‘Win32_NetworkManagement_WiFi’, ‘Win32_NetworkManagement_Ndis’
Fields
Header: NDIS_OBJECT_HEADER
PeerMacAddr: [u8; 6]
Trait Implementations
impl Copy for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
impl Send for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
impl Sync for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
impl Unpin for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
impl UnwindSafe for DOT11_INCOMING_ASSOC_STARTED_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more