Struct winapi::winnt::JOB_SET_ARRAY
[−]
[src]
pub struct JOB_SET_ARRAY { pub JobHandle: HANDLE, pub MemberLevel: DWORD, pub Flags: DWORD, }
Fields
JobHandle | |
MemberLevel | |
Flags |
Trait Implementations
impl Copy for JOB_SET_ARRAY
[src]
impl Clone for JOB_SET_ARRAY
[src]
fn clone(&self) -> JOB_SET_ARRAY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more