Struct windows_sys::Win32::System::Ioctl::REQUEST_OPLOCK_INPUT_BUFFER
#[repr(C)]pub struct REQUEST_OPLOCK_INPUT_BUFFER {
pub StructureVersion: u16,
pub StructureLength: u16,
pub RequestedOplockLevel: u32,
pub Flags: u32,
}
Fields§
§StructureVersion: u16
§StructureLength: u16
§RequestedOplockLevel: u32
§Flags: u32
Trait Implementations§
§impl Clone for REQUEST_OPLOCK_INPUT_BUFFER
impl Clone for REQUEST_OPLOCK_INPUT_BUFFER
impl Copy for REQUEST_OPLOCK_INPUT_BUFFER
Auto Trait Implementations§
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