Struct windows::Wdk::Storage::FileSystem::OPLOCK_NOTIFY_REASON
#[repr(transparent)]pub struct OPLOCK_NOTIFY_REASON(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for OPLOCK_NOTIFY_REASON
impl Clone for OPLOCK_NOTIFY_REASON
§fn clone(&self) -> OPLOCK_NOTIFY_REASON
fn clone(&self) -> OPLOCK_NOTIFY_REASON
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_REASON
impl Debug for OPLOCK_NOTIFY_REASON
§impl Default for OPLOCK_NOTIFY_REASON
impl Default for OPLOCK_NOTIFY_REASON
§fn default() -> OPLOCK_NOTIFY_REASON
fn default() -> OPLOCK_NOTIFY_REASON
Returns the “default value” for a type. Read more
§impl PartialEq for OPLOCK_NOTIFY_REASON
impl PartialEq for OPLOCK_NOTIFY_REASON
§fn eq(&self, other: &OPLOCK_NOTIFY_REASON) -> bool
fn eq(&self, other: &OPLOCK_NOTIFY_REASON) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OPLOCK_NOTIFY_REASON
impl Eq for OPLOCK_NOTIFY_REASON
impl StructuralPartialEq for OPLOCK_NOTIFY_REASON
Auto Trait Implementations§
impl Freeze for OPLOCK_NOTIFY_REASON
impl RefUnwindSafe for OPLOCK_NOTIFY_REASON
impl Send for OPLOCK_NOTIFY_REASON
impl Sync for OPLOCK_NOTIFY_REASON
impl Unpin for OPLOCK_NOTIFY_REASON
impl UnwindSafe for OPLOCK_NOTIFY_REASON
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
)