Struct windows_sys::Wdk::Storage::FileSystem::OPLOCK_KEY_ECP_CONTEXT
#[repr(C)]pub struct OPLOCK_KEY_ECP_CONTEXT {
pub OplockKey: GUID,
pub Reserved: u32,
}
Fields§
§OplockKey: GUID
§Reserved: u32
Trait Implementations§
§impl Clone for OPLOCK_KEY_ECP_CONTEXT
impl Clone for OPLOCK_KEY_ECP_CONTEXT
impl Copy for OPLOCK_KEY_ECP_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for OPLOCK_KEY_ECP_CONTEXT
impl Send for OPLOCK_KEY_ECP_CONTEXT
impl Sync for OPLOCK_KEY_ECP_CONTEXT
impl Unpin for OPLOCK_KEY_ECP_CONTEXT
impl UnwindSafe for OPLOCK_KEY_ECP_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