Struct win_sys::FileSystem::NTMS_ASYNC_IO [−][src]
#[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,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
OperationId: GUIDEventId: GUIDdwOperationType: u32dwResult: u32dwAsyncState: u32hEvent: HANDLEbOnStateChange: BOOLTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more