Struct windows_sys::Wdk::Storage::FileSystem::OPLOCK_NOTIFY_PARAMS
#[repr(C)]pub struct OPLOCK_NOTIFY_PARAMS {
pub NotifyReason: OPLOCK_NOTIFY_REASON,
pub NotifyContext: *mut c_void,
pub Irp: *mut IRP,
pub Status: NTSTATUS,
}Expand description
Required features: "Wdk_Foundation", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"
Fields§
§NotifyReason: OPLOCK_NOTIFY_REASON§NotifyContext: *mut c_void§Irp: *mut IRP§Status: NTSTATUSTrait Implementations§
§impl Clone for OPLOCK_NOTIFY_PARAMS
impl Clone for OPLOCK_NOTIFY_PARAMS
impl Copy for OPLOCK_NOTIFY_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for OPLOCK_NOTIFY_PARAMS
impl !Send for OPLOCK_NOTIFY_PARAMS
impl !Sync for OPLOCK_NOTIFY_PARAMS
impl Unpin for OPLOCK_NOTIFY_PARAMS
impl UnwindSafe for OPLOCK_NOTIFY_PARAMS
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