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,
}
Expand description
Required features: "Win32_Security"
Fields
PagedPoolLimit: usize
NonPagedPoolLimit: usize
MinimumWorkingSetSize: usize
MaximumWorkingSetSize: usize
PagefileLimit: usize
TimeLimit: i64
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more