Struct winapi::winnt::JOBOBJECT_BASIC_LIMIT_INFORMATION
[−]
[src]
pub struct JOBOBJECT_BASIC_LIMIT_INFORMATION {
pub PerProcessUserTimeLimit: LARGE_INTEGER,
pub PerJobUserTimeLimit: LARGE_INTEGER,
pub LimitFlags: DWORD,
pub MinimumWorkingSetSize: SIZE_T,
pub MaximumWorkingSetSize: SIZE_T,
pub ActiveProcessLimit: DWORD,
pub Affinity: ULONG_PTR,
pub PriorityClass: DWORD,
pub SchedulingClass: DWORD,
}Fields
PerProcessUserTimeLimit | |
PerJobUserTimeLimit | |
LimitFlags | |
MinimumWorkingSetSize | |
MaximumWorkingSetSize | |
ActiveProcessLimit | |
Affinity | |
PriorityClass | |
SchedulingClass |
Trait Implementations
impl Copy for JOBOBJECT_BASIC_LIMIT_INFORMATION[src]
impl Clone for JOBOBJECT_BASIC_LIMIT_INFORMATION[src]
fn clone(&self) -> JOBOBJECT_BASIC_LIMIT_INFORMATION
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