Struct OPLOCK_KEY_CONTEXT
#[repr(C)]pub struct OPLOCK_KEY_CONTEXT {
pub Version: u16,
pub Flags: u16,
pub ParentOplockKey: GUID,
pub TargetOplockKey: GUID,
pub Reserved: u32,
}
Fields§
§Version: u16
§Flags: u16
§ParentOplockKey: GUID
§TargetOplockKey: GUID
§Reserved: u32
Trait Implementations§
§impl Clone for OPLOCK_KEY_CONTEXT
impl Clone for OPLOCK_KEY_CONTEXT
§fn clone(&self) -> OPLOCK_KEY_CONTEXT
fn clone(&self) -> OPLOCK_KEY_CONTEXT
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 moreimpl Copy for OPLOCK_KEY_CONTEXT
Auto Trait Implementations§
impl Freeze for OPLOCK_KEY_CONTEXT
impl RefUnwindSafe for OPLOCK_KEY_CONTEXT
impl Send for OPLOCK_KEY_CONTEXT
impl Sync for OPLOCK_KEY_CONTEXT
impl Unpin for OPLOCK_KEY_CONTEXT
impl UnwindSafe for OPLOCK_KEY_CONTEXT
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