Struct winapi::winnt::JOB_SET_ARRAY [] [src]

pub struct JOB_SET_ARRAY {
    pub JobHandle: HANDLE,
    pub MemberLevel: DWORD,
    pub Flags: DWORD,
}

Fields

JobHandle: HANDLE MemberLevel: DWORD Flags: DWORD

Trait Implementations

impl Debug for JOB_SET_ARRAY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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