Struct win_sys::FileSystem::NTMS_ASYNC_IO
source · [−]#[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
sourceimpl Clone for NTMS_ASYNC_IO
impl Clone for NTMS_ASYNC_IO
sourcepub fn clone(&self) -> NTMS_ASYNC_IO
pub fn clone(&self) -> NTMS_ASYNC_IO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NTMS_ASYNC_IO
impl Debug for NTMS_ASYNC_IO
sourceimpl Default for NTMS_ASYNC_IO
impl Default for NTMS_ASYNC_IO
sourcepub fn default() -> NTMS_ASYNC_IO
pub fn default() -> NTMS_ASYNC_IO
Returns the “default value” for a type. Read more
sourceimpl PartialEq<NTMS_ASYNC_IO> for NTMS_ASYNC_IO
impl PartialEq<NTMS_ASYNC_IO> for NTMS_ASYNC_IO
impl Copy for NTMS_ASYNC_IO
impl Eq 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more