Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
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
impl Copy for NTMS_ASYNC_IO
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more