Struct windows_sys::Win32::NetworkManagement::WindowsNetworkVirtualization::WNV_NOTIFICATION_PARAM
[−]#[repr(C)]pub struct WNV_NOTIFICATION_PARAM {
pub Header: WNV_OBJECT_HEADER,
pub NotificationType: WNV_NOTIFICATION_TYPE,
pub PendingNotifications: u32,
pub Buffer: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_WindowsNetworkVirtualization"
Fields
Header: WNV_OBJECT_HEADER
NotificationType: WNV_NOTIFICATION_TYPE
PendingNotifications: u32
Buffer: *mut u8
Trait Implementations
impl Clone for WNV_NOTIFICATION_PARAM
impl Clone for WNV_NOTIFICATION_PARAM
impl Copy for WNV_NOTIFICATION_PARAM
Auto Trait Implementations
impl RefUnwindSafe for WNV_NOTIFICATION_PARAM
impl !Send for WNV_NOTIFICATION_PARAM
impl !Sync for WNV_NOTIFICATION_PARAM
impl Unpin for WNV_NOTIFICATION_PARAM
impl UnwindSafe for WNV_NOTIFICATION_PARAM
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