Struct winapi::um::winnt::QUOTA_LIMITS_EX
source · #[repr(C)]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: SIZE_T
§NonPagedPoolLimit: SIZE_T
§MinimumWorkingSetSize: SIZE_T
§MaximumWorkingSetSize: SIZE_T
§PagefileLimit: SIZE_T
§TimeLimit: LARGE_INTEGER
§WorkingSetLimit: SIZE_T
§Reserved2: SIZE_T
§Reserved3: SIZE_T
§Reserved4: SIZE_T
§Flags: DWORD
§CpuRateLimit: RATE_QUOTA_LIMIT
Trait Implementations§
source§impl Clone for QUOTA_LIMITS_EX
impl Clone for QUOTA_LIMITS_EX
source§fn clone(&self) -> QUOTA_LIMITS_EX
fn clone(&self) -> QUOTA_LIMITS_EX
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 moresource§impl Default for QUOTA_LIMITS_EX
impl Default for QUOTA_LIMITS_EX
source§fn default() -> QUOTA_LIMITS_EX
fn default() -> QUOTA_LIMITS_EX
Returns the “default value” for a type. Read more