#[repr(C)]pub struct _REQUEST_OPLOCK_OUTPUT_BUFFER {
pub StructureVersion: WORD,
pub StructureLength: WORD,
pub OriginalOplockLevel: DWORD,
pub NewOplockLevel: DWORD,
pub Flags: DWORD,
pub AccessMode: ACCESS_MASK,
pub ShareMode: WORD,
}Fields§
§StructureVersion: WORD§StructureLength: WORD§OriginalOplockLevel: DWORD§NewOplockLevel: DWORD§Flags: DWORD§AccessMode: ACCESS_MASKTrait Implementations§
Source§impl Clone for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl Clone for _REQUEST_OPLOCK_OUTPUT_BUFFER
Source§fn clone(&self) -> _REQUEST_OPLOCK_OUTPUT_BUFFER
fn clone(&self) -> _REQUEST_OPLOCK_OUTPUT_BUFFER
Returns a duplicate 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 moreimpl Copy for _REQUEST_OPLOCK_OUTPUT_BUFFER
Auto Trait Implementations§
impl Freeze for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl RefUnwindSafe for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl Send for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl Sync for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl Unpin for _REQUEST_OPLOCK_OUTPUT_BUFFER
impl UnwindSafe for _REQUEST_OPLOCK_OUTPUT_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