Struct FILE_LOCK
#[repr(C)]pub struct FILE_LOCK {
pub CompleteLockIrpRoutine: PCOMPLETE_LOCK_IRP_ROUTINE,
pub UnlockRoutine: PUNLOCK_ROUTINE,
pub FastIoIsQuestionable: bool,
pub SpareC: [bool; 3],
pub LockInformation: *mut c_void,
pub LastReturnedLockInfo: FILE_LOCK_INFO,
pub LastReturnedLock: *mut c_void,
pub LockRequestsInProgress: i32,
}Fields§
§CompleteLockIrpRoutine: PCOMPLETE_LOCK_IRP_ROUTINE§UnlockRoutine: PUNLOCK_ROUTINE§FastIoIsQuestionable: bool§SpareC: [bool; 3]§LockInformation: *mut c_void§LastReturnedLockInfo: FILE_LOCK_INFO§LastReturnedLock: *mut c_void§LockRequestsInProgress: i32Trait Implementations§
§impl Default for FILE_LOCK
Available on crate features Wdk_Foundation and Wdk_System_SystemServices and Win32_Security and Win32_System_IO and Win32_System_Kernel and Win32_System_Power only.
impl Default for FILE_LOCK
Available on crate features
Wdk_Foundation and Wdk_System_SystemServices and Win32_Security and Win32_System_IO and Win32_System_Kernel and Win32_System_Power only.impl Copy for FILE_LOCK
Auto Trait Implementations§
impl Freeze for FILE_LOCK
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