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: u32, pub Flags: u32, }

Fields§

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