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_PTR
Trait 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 moresource§impl Default for RESOURCEMANAGER_COMPLETION_INFORMATION
impl Default for RESOURCEMANAGER_COMPLETION_INFORMATION
source§fn default() -> RESOURCEMANAGER_COMPLETION_INFORMATION
fn default() -> RESOURCEMANAGER_COMPLETION_INFORMATION
Returns the “default value” for a type. Read more