#[repr(C)]pub struct TARGET_DEVICE_CUSTOM_NOTIFICATION {
pub Version: u16,
pub Size: u16,
pub Event: GUID,
pub FileObject: *mut FILE_OBJECT,
pub NameBufferOffset: i32,
pub CustomDataBuffer: [u8; 1],
}
Expand description
Required features: "Wdk_Storage_FileSystem"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§Version: u16
§Size: u16
§Event: GUID
§FileObject: *mut FILE_OBJECT
§NameBufferOffset: i32
§CustomDataBuffer: [u8; 1]
Trait Implementations§
§impl Clone for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl Clone for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl Copy for TARGET_DEVICE_CUSTOM_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl !Send for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl !Sync for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl Unpin for TARGET_DEVICE_CUSTOM_NOTIFICATION
impl UnwindSafe for TARGET_DEVICE_CUSTOM_NOTIFICATION
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