Struct winapi::winnt::JOBOBJECT_BASIC_PROCESS_ID_LIST [] [src]

pub struct JOBOBJECT_BASIC_PROCESS_ID_LIST {
    pub NumberOfAssignedProcesses: DWORD,
    pub NumberOfProcessIdsInList: DWORD,
    pub ProcessIdList: [ULONG_PTR; 0],
}

Fields

NumberOfAssignedProcesses: DWORD NumberOfProcessIdsInList: DWORD ProcessIdList: [ULONG_PTR; 0]

Trait Implementations

impl Debug for JOBOBJECT_BASIC_PROCESS_ID_LIST
[src]

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

Formats the value using the given formatter.