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: i64
Trait Implementations§
§impl Clone for QUOTA_LIMITS
impl Clone for QUOTA_LIMITS
§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
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
)