Struct windows_sys::Wdk::Storage::FileSystem::FILE_LOCK
#[repr(C)]pub struct FILE_LOCK {
pub CompleteLockIrpRoutine: PCOMPLETE_LOCK_IRP_ROUTINE,
pub UnlockRoutine: PUNLOCK_ROUTINE,
pub FastIoIsQuestionable: BOOLEAN,
pub SpareC: [BOOLEAN; 3],
pub LockInformation: *mut c_void,
pub LastReturnedLockInfo: FILE_LOCK_INFO,
pub LastReturnedLock: *mut c_void,
pub LockRequestsInProgress: i32,
}Expand description
Required features: "Wdk_Foundation", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"
Fields§
§CompleteLockIrpRoutine: PCOMPLETE_LOCK_IRP_ROUTINE§UnlockRoutine: PUNLOCK_ROUTINE§FastIoIsQuestionable: BOOLEAN§SpareC: [BOOLEAN; 3]§LockInformation: *mut c_void§LastReturnedLockInfo: FILE_LOCK_INFO§LastReturnedLock: *mut c_void§LockRequestsInProgress: i32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FILE_LOCK
impl !Send for FILE_LOCK
impl !Sync for FILE_LOCK
impl Unpin for FILE_LOCK
impl UnwindSafe for FILE_LOCK
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