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