Struct windows::Wdk::Storage::FileSystem::EOF_WAIT_BLOCK
#[repr(C)]pub struct EOF_WAIT_BLOCK {
pub EofWaitLinks: LIST_ENTRY,
pub Event: KEVENT,
}
Fields§
§EofWaitLinks: LIST_ENTRY
§Event: KEVENT
Trait Implementations§
§impl Clone for EOF_WAIT_BLOCK
impl Clone for EOF_WAIT_BLOCK
§fn clone(&self) -> EOF_WAIT_BLOCK
fn clone(&self) -> EOF_WAIT_BLOCK
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for EOF_WAIT_BLOCK
impl Default for EOF_WAIT_BLOCK
impl Copy for EOF_WAIT_BLOCK
Auto Trait Implementations§
impl Freeze for EOF_WAIT_BLOCK
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
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
)