Struct winapi::um::winnt::RESOURCEMANAGER_COMPLETION_INFORMATION
source · #[repr(C)]pub struct RESOURCEMANAGER_COMPLETION_INFORMATION {
pub IoCompletionPortHandle: HANDLE,
pub CompletionKey: ULONG_PTR,
}Fields§
§IoCompletionPortHandle: HANDLE§CompletionKey: ULONG_PTRTrait Implementations§
source§impl Clone for RESOURCEMANAGER_COMPLETION_INFORMATION
impl Clone for RESOURCEMANAGER_COMPLETION_INFORMATION
source§fn clone(&self) -> RESOURCEMANAGER_COMPLETION_INFORMATION
fn clone(&self) -> RESOURCEMANAGER_COMPLETION_INFORMATION
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