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