Struct winapi::winnt::QUOTA_LIMITS_EX
[−]
[src]
pub struct QUOTA_LIMITS_EX { pub PagedPoolLimit: SIZE_T, pub NonPagedPoolLimit: SIZE_T, pub MinimumWorkingSetSize: SIZE_T, pub MaximumWorkingSetSize: SIZE_T, pub PagefileLimit: SIZE_T, pub TimeLimit: LARGE_INTEGER, pub WorkingSetLimit: SIZE_T, pub Reserved2: SIZE_T, pub Reserved3: SIZE_T, pub Reserved4: SIZE_T, pub Flags: DWORD, pub CpuRateLimit: RATE_QUOTA_LIMIT, }
Fields
PagedPoolLimit | |
NonPagedPoolLimit | |
MinimumWorkingSetSize | |
MaximumWorkingSetSize | |
PagefileLimit | |
TimeLimit | |
WorkingSetLimit | |
Reserved2 | |
Reserved3 | |
Reserved4 | |
Flags | |
CpuRateLimit |
Trait Implementations
impl Copy for QUOTA_LIMITS_EX
[src]
impl Clone for QUOTA_LIMITS_EX
[src]
fn clone(&self) -> QUOTA_LIMITS_EX
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