Struct windows::Win32::System::SystemServices::QUOTA_LIMITS_EX
#[repr(C)]pub struct QUOTA_LIMITS_EX {
pub PagedPoolLimit: usize,
pub NonPagedPoolLimit: usize,
pub MinimumWorkingSetSize: usize,
pub MaximumWorkingSetSize: usize,
pub PagefileLimit: usize,
pub TimeLimit: i64,
pub WorkingSetLimit: usize,
pub Reserved2: usize,
pub Reserved3: usize,
pub Reserved4: usize,
pub Flags: u32,
pub CpuRateLimit: RATE_QUOTA_LIMIT,
}
Fields§
§PagedPoolLimit: usize
§NonPagedPoolLimit: usize
§MinimumWorkingSetSize: usize
§MaximumWorkingSetSize: usize
§PagefileLimit: usize
§TimeLimit: i64
§WorkingSetLimit: usize
§Reserved2: usize
§Reserved3: usize
§Reserved4: usize
§Flags: u32
§CpuRateLimit: RATE_QUOTA_LIMIT
Trait Implementations§
§impl Clone for QUOTA_LIMITS_EX
impl Clone for QUOTA_LIMITS_EX
§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 more§impl Default for QUOTA_LIMITS_EX
impl Default for QUOTA_LIMITS_EX
impl Copy for QUOTA_LIMITS_EX
Auto Trait Implementations§
impl Freeze for QUOTA_LIMITS_EX
impl RefUnwindSafe for QUOTA_LIMITS_EX
impl Send for QUOTA_LIMITS_EX
impl Sync for QUOTA_LIMITS_EX
impl Unpin for QUOTA_LIMITS_EX
impl UnwindSafe for QUOTA_LIMITS_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)