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 | |
NumberOfProcessIdsInList | |
ProcessIdList |
Trait Implementations
impl Copy for JOBOBJECT_BASIC_PROCESS_ID_LIST[src]
impl Clone for JOBOBJECT_BASIC_PROCESS_ID_LIST[src]
fn clone(&self) -> JOBOBJECT_BASIC_PROCESS_ID_LIST
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