#[repr(C)]pub struct JOBOBJECT_BASIC_PROCESS_ID_LIST {
pub NumberOfAssignedProcesses: u32,
pub NumberOfProcessIdsInList: u32,
pub ProcessIdList: [usize; 1],
}
Expand description
Required features: "Win32_System_JobObjects"
Fields
NumberOfAssignedProcesses: u32
NumberOfProcessIdsInList: u32
ProcessIdList: [usize; 1]
Trait Implementations
impl Clone for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Clone for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Copy for JOBOBJECT_BASIC_PROCESS_ID_LIST
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Send for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Sync for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Unpin for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl UnwindSafe for JOBOBJECT_BASIC_PROCESS_ID_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more