#[repr(C)]pub struct REQUEST_OPLOCK_OUTPUT_BUFFER {
pub StructureVersion: u16,
pub StructureLength: u16,
pub OriginalOplockLevel: u32,
pub NewOplockLevel: u32,
pub Flags: u32,
pub AccessMode: u32,
pub ShareMode: u16,
}Fields§
§StructureVersion: u16§StructureLength: u16§OriginalOplockLevel: u32§NewOplockLevel: u32§Flags: u32§AccessMode: u32Trait Implementations§
Source§impl Abi for REQUEST_OPLOCK_OUTPUT_BUFFER
impl Abi for REQUEST_OPLOCK_OUTPUT_BUFFER
Source§type Abi = REQUEST_OPLOCK_OUTPUT_BUFFER
type Abi = REQUEST_OPLOCK_OUTPUT_BUFFER
The abi representation of the implementing type. Read more
type DefaultType = REQUEST_OPLOCK_OUTPUT_BUFFER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · 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
Source§impl Debug for REQUEST_OPLOCK_OUTPUT_BUFFER
impl Debug for REQUEST_OPLOCK_OUTPUT_BUFFER
impl Eq 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 UnsafeUnpin 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