Struct windows::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,
}
Fields§
§NotifyReason: OPLOCK_NOTIFY_REASON
§NotifyContext: *mut c_void
§Irp: *mut IRP
§Status: NTSTATUS
Trait Implementations§
§impl Clone for OPLOCK_NOTIFY_PARAMS
impl Clone for OPLOCK_NOTIFY_PARAMS
§fn clone(&self) -> OPLOCK_NOTIFY_PARAMS
fn clone(&self) -> OPLOCK_NOTIFY_PARAMS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for OPLOCK_NOTIFY_PARAMS
impl Debug for OPLOCK_NOTIFY_PARAMS
§impl Default for OPLOCK_NOTIFY_PARAMS
impl Default for OPLOCK_NOTIFY_PARAMS
§impl PartialEq for OPLOCK_NOTIFY_PARAMS
impl PartialEq for OPLOCK_NOTIFY_PARAMS
§fn eq(&self, other: &OPLOCK_NOTIFY_PARAMS) -> bool
fn eq(&self, other: &OPLOCK_NOTIFY_PARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OPLOCK_NOTIFY_PARAMS
impl Eq for OPLOCK_NOTIFY_PARAMS
impl StructuralPartialEq for OPLOCK_NOTIFY_PARAMS
Auto Trait Implementations§
impl Freeze for OPLOCK_NOTIFY_PARAMS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)