Struct windows_sys::Wdk::Storage::FileSystem::CACHE_MANAGER_CALLBACKS_EX
#[repr(C)]pub struct CACHE_MANAGER_CALLBACKS_EX {
pub Version: u16,
pub Size: u16,
pub Functions: CACHE_MANAGER_CALLBACK_FUNCTIONS,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u16
§Size: u16
§Functions: CACHE_MANAGER_CALLBACK_FUNCTIONS
Trait Implementations§
§impl Clone for CACHE_MANAGER_CALLBACKS_EX
impl Clone for CACHE_MANAGER_CALLBACKS_EX
impl Copy for CACHE_MANAGER_CALLBACKS_EX
Auto Trait Implementations§
impl RefUnwindSafe for CACHE_MANAGER_CALLBACKS_EX
impl Send for CACHE_MANAGER_CALLBACKS_EX
impl Sync for CACHE_MANAGER_CALLBACKS_EX
impl Unpin for CACHE_MANAGER_CALLBACKS_EX
impl UnwindSafe for CACHE_MANAGER_CALLBACKS_EX
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