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