#[repr(C)]pub struct QUOTA_LIMITS {
pub PagedPoolLimit: SIZE_T,
pub NonPagedPoolLimit: SIZE_T,
pub MinimumWorkingSetSize: SIZE_T,
pub MaximumWorkingSetSize: SIZE_T,
pub PagefileLimit: SIZE_T,
pub TimeLimit: LARGE_INTEGER,
}
Fields§
§PagedPoolLimit: SIZE_T
§NonPagedPoolLimit: SIZE_T
§MinimumWorkingSetSize: SIZE_T
§MaximumWorkingSetSize: SIZE_T
§PagefileLimit: SIZE_T
§TimeLimit: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for QUOTA_LIMITS
impl Clone for QUOTA_LIMITS
Source§fn clone(&self) -> QUOTA_LIMITS
fn clone(&self) -> QUOTA_LIMITS
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 QUOTA_LIMITS
Auto Trait Implementations§
impl Freeze for QUOTA_LIMITS
impl RefUnwindSafe for QUOTA_LIMITS
impl Send for QUOTA_LIMITS
impl Sync for QUOTA_LIMITS
impl Unpin for QUOTA_LIMITS
impl UnwindSafe for QUOTA_LIMITS
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