#[repr(C)]pub struct DOT11_PORT_STATE_NOTIFICATION {
pub Header: NDIS_OBJECT_HEADER,
pub PeerMac: [u8; 6],
pub bOpen: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
PeerMac: [u8; 6]
bOpen: BOOLEAN
Trait Implementations
impl Clone for DOT11_PORT_STATE_NOTIFICATION
impl Clone for DOT11_PORT_STATE_NOTIFICATION
impl Copy for DOT11_PORT_STATE_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for DOT11_PORT_STATE_NOTIFICATION
impl Send for DOT11_PORT_STATE_NOTIFICATION
impl Sync for DOT11_PORT_STATE_NOTIFICATION
impl Unpin for DOT11_PORT_STATE_NOTIFICATION
impl UnwindSafe for DOT11_PORT_STATE_NOTIFICATION
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