Struct windows_sys::Wdk::Storage::FileSystem::CACHE_UNINITIALIZE_EVENT
#[repr(C)]pub struct CACHE_UNINITIALIZE_EVENT {
pub Next: *mut CACHE_UNINITIALIZE_EVENT,
pub Event: KEVENT,
}
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Next: *mut CACHE_UNINITIALIZE_EVENT
§Event: KEVENT
Trait Implementations§
§impl Clone for CACHE_UNINITIALIZE_EVENT
impl Clone for CACHE_UNINITIALIZE_EVENT
impl Copy for CACHE_UNINITIALIZE_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for CACHE_UNINITIALIZE_EVENT
impl !Send for CACHE_UNINITIALIZE_EVENT
impl !Sync for CACHE_UNINITIALIZE_EVENT
impl Unpin for CACHE_UNINITIALIZE_EVENT
impl UnwindSafe for CACHE_UNINITIALIZE_EVENT
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