Struct windows_sys::Win32::NetworkManagement::WiFi::L2_NOTIFICATION_DATA
[−]#[repr(C)]pub struct L2_NOTIFICATION_DATA {
pub NotificationSource: u32,
pub NotificationCode: u32,
pub InterfaceGuid: GUID,
pub dwDataSize: u32,
pub pData: *mut c_void,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
NotificationSource: u32
NotificationCode: u32
InterfaceGuid: GUID
dwDataSize: u32
pData: *mut c_void
Trait Implementations
impl Clone for L2_NOTIFICATION_DATA
impl Clone for L2_NOTIFICATION_DATA
impl Copy for L2_NOTIFICATION_DATA
Auto Trait Implementations
impl RefUnwindSafe for L2_NOTIFICATION_DATA
impl !Send for L2_NOTIFICATION_DATA
impl !Sync for L2_NOTIFICATION_DATA
impl Unpin for L2_NOTIFICATION_DATA
impl UnwindSafe for L2_NOTIFICATION_DATA
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