#[repr(C)]pub struct CACHE_MANAGER_CALLBACK_FUNCTIONS {
pub AcquireForLazyWriteEx: PACQUIRE_FOR_LAZY_WRITE_EX,
pub ReleaseFromLazyWrite: PRELEASE_FROM_LAZY_WRITE,
pub AcquireForReadAhead: PACQUIRE_FOR_READ_AHEAD,
pub ReleaseFromReadAhead: PRELEASE_FROM_READ_AHEAD,
}Expand description
Required features: "Win32_Foundation"
Fields§
§AcquireForLazyWriteEx: PACQUIRE_FOR_LAZY_WRITE_EX§ReleaseFromLazyWrite: PRELEASE_FROM_LAZY_WRITE§AcquireForReadAhead: PACQUIRE_FOR_READ_AHEAD§ReleaseFromReadAhead: PRELEASE_FROM_READ_AHEADTrait Implementations§
§impl Clone for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl Clone for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl Copy for CACHE_MANAGER_CALLBACK_FUNCTIONS
Auto Trait Implementations§
impl RefUnwindSafe for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl Send for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl Sync for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl Unpin for CACHE_MANAGER_CALLBACK_FUNCTIONS
impl UnwindSafe for CACHE_MANAGER_CALLBACK_FUNCTIONS
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