Struct winapi::um::winnt::JOB_SET_ARRAY
source · #[repr(C)]pub struct JOB_SET_ARRAY {
pub JobHandle: HANDLE,
pub MemberLevel: DWORD,
pub Flags: DWORD,
}Fields§
§JobHandle: HANDLE§MemberLevel: DWORD§Flags: DWORDTrait Implementations§
source§impl Clone for JOB_SET_ARRAY
impl Clone for JOB_SET_ARRAY
source§fn clone(&self) -> JOB_SET_ARRAY
fn clone(&self) -> JOB_SET_ARRAY
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