#[repr(C)]pub struct WNV_NOTIFICATION_PARAM {
pub Header: WNV_OBJECT_HEADER,
pub NotificationType: WNV_NOTIFICATION_TYPE,
pub PendingNotifications: u32,
pub Buffer: *mut u8,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more