Struct windows::Win32::Storage::FileSystem::NTMS_ASYNC_IO
#[repr(C)]pub struct NTMS_ASYNC_IO {
pub OperationId: GUID,
pub EventId: GUID,
pub dwOperationType: u32,
pub dwResult: u32,
pub dwAsyncState: u32,
pub hEvent: HANDLE,
pub bOnStateChange: BOOL,
}
Fields§
§OperationId: GUID
§EventId: GUID
§dwOperationType: u32
§dwResult: u32
§dwAsyncState: u32
§hEvent: HANDLE
§bOnStateChange: BOOL
Trait Implementations§
§impl Clone for NTMS_ASYNC_IO
impl Clone for NTMS_ASYNC_IO
§fn clone(&self) -> NTMS_ASYNC_IO
fn clone(&self) -> NTMS_ASYNC_IO
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 Debug for NTMS_ASYNC_IO
impl Debug for NTMS_ASYNC_IO
§impl Default for NTMS_ASYNC_IO
impl Default for NTMS_ASYNC_IO
§impl PartialEq for NTMS_ASYNC_IO
impl PartialEq for NTMS_ASYNC_IO
§fn eq(&self, other: &NTMS_ASYNC_IO) -> bool
fn eq(&self, other: &NTMS_ASYNC_IO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NTMS_ASYNC_IO
impl Eq for NTMS_ASYNC_IO
impl StructuralPartialEq for NTMS_ASYNC_IO
Auto Trait Implementations§
impl Freeze for NTMS_ASYNC_IO
impl RefUnwindSafe for NTMS_ASYNC_IO
impl !Send for NTMS_ASYNC_IO
impl !Sync for NTMS_ASYNC_IO
impl Unpin for NTMS_ASYNC_IO
impl UnwindSafe for NTMS_ASYNC_IO
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
)