#[repr(C)]pub struct _REQUEST_OPLOCK_INPUT_BUFFER {
pub StructureVersion: WORD,
pub StructureLength: WORD,
pub RequestedOplockLevel: DWORD,
pub Flags: DWORD,
}
Fields§
§StructureVersion: WORD
§StructureLength: WORD
§RequestedOplockLevel: DWORD
§Flags: DWORD
Trait Implementations§
Source§impl Clone for _REQUEST_OPLOCK_INPUT_BUFFER
impl Clone for _REQUEST_OPLOCK_INPUT_BUFFER
Source§fn clone(&self) -> _REQUEST_OPLOCK_INPUT_BUFFER
fn clone(&self) -> _REQUEST_OPLOCK_INPUT_BUFFER
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 moreSource§impl Debug for _REQUEST_OPLOCK_INPUT_BUFFER
impl Debug for _REQUEST_OPLOCK_INPUT_BUFFER
Source§impl Ord for _REQUEST_OPLOCK_INPUT_BUFFER
impl Ord for _REQUEST_OPLOCK_INPUT_BUFFER
Source§fn cmp(&self, other: &_REQUEST_OPLOCK_INPUT_BUFFER) -> Ordering
fn cmp(&self, other: &_REQUEST_OPLOCK_INPUT_BUFFER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _REQUEST_OPLOCK_INPUT_BUFFER
impl PartialEq for _REQUEST_OPLOCK_INPUT_BUFFER
Source§fn eq(&self, other: &_REQUEST_OPLOCK_INPUT_BUFFER) -> bool
fn eq(&self, other: &_REQUEST_OPLOCK_INPUT_BUFFER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _REQUEST_OPLOCK_INPUT_BUFFER
impl PartialOrd for _REQUEST_OPLOCK_INPUT_BUFFER
impl Copy for _REQUEST_OPLOCK_INPUT_BUFFER
impl Eq for _REQUEST_OPLOCK_INPUT_BUFFER
impl StructuralPartialEq for _REQUEST_OPLOCK_INPUT_BUFFER
Auto Trait Implementations§
impl Freeze for _REQUEST_OPLOCK_INPUT_BUFFER
impl RefUnwindSafe for _REQUEST_OPLOCK_INPUT_BUFFER
impl Send for _REQUEST_OPLOCK_INPUT_BUFFER
impl Sync for _REQUEST_OPLOCK_INPUT_BUFFER
impl Unpin for _REQUEST_OPLOCK_INPUT_BUFFER
impl UnwindSafe for _REQUEST_OPLOCK_INPUT_BUFFER
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