Struct windows::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,
}
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: i32
Trait Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)