Struct windows_sys::Win32::Security::QUOTA_LIMITS
#[repr(C)]pub struct QUOTA_LIMITS {
pub PagedPoolLimit: usize,
pub NonPagedPoolLimit: usize,
pub MinimumWorkingSetSize: usize,
pub MaximumWorkingSetSize: usize,
pub PagefileLimit: usize,
pub TimeLimit: i64,
}Fields§
§PagedPoolLimit: usize§NonPagedPoolLimit: usize§MinimumWorkingSetSize: usize§MaximumWorkingSetSize: usize§PagefileLimit: usize§TimeLimit: i64Trait Implementations§
§impl Clone for QUOTA_LIMITS
impl Clone for QUOTA_LIMITS
impl Copy for QUOTA_LIMITS
Auto Trait Implementations§
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