#[repr(C)]pub struct JOBOBJECT_BASIC_PROCESS_ID_LIST {
pub NumberOfAssignedProcesses: DWORD,
pub NumberOfProcessIdsInList: DWORD,
pub ProcessIdList: [ULONG_PTR; 1],
}
Fields§
§NumberOfAssignedProcesses: DWORD
§NumberOfProcessIdsInList: DWORD
§ProcessIdList: [ULONG_PTR; 1]
Trait Implementations§
Source§impl Clone for JOBOBJECT_BASIC_PROCESS_ID_LIST
impl Clone for JOBOBJECT_BASIC_PROCESS_ID_LIST
Source§fn clone(&self) -> JOBOBJECT_BASIC_PROCESS_ID_LIST
fn clone(&self) -> JOBOBJECT_BASIC_PROCESS_ID_LIST
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for JOBOBJECT_BASIC_PROCESS_ID_LIST
Auto Trait Implementations§
impl Freeze for JOBOBJECT_BASIC_PROCESS_ID_LIST
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more