JOB_SET_ARRAY

Type Alias JOB_SET_ARRAY 

Source
pub type JOB_SET_ARRAY = _JOB_SET_ARRAY;

Aliased Type§

#[repr(C)]
pub struct JOB_SET_ARRAY { pub JobHandle: *mut c_void, pub MemberLevel: u64, pub Flags: u64, }

Fields§

§JobHandle: *mut c_void§MemberLevel: u64§Flags: u64