Struct win_sys::SystemServices::QUOTA_LIMITS_EX
source · [−]#[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,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
PagedPoolLimit: usizeNonPagedPoolLimit: usizeMinimumWorkingSetSize: usizeMaximumWorkingSetSize: usizePagefileLimit: usizeTimeLimit: i64WorkingSetLimit: usizeReserved2: usizeReserved3: usizeReserved4: usizeFlags: u32CpuRateLimit: RATE_QUOTA_LIMITTrait Implementations
sourceimpl Clone for QUOTA_LIMITS_EX
impl Clone for QUOTA_LIMITS_EX
sourcepub fn clone(&self) -> QUOTA_LIMITS_EX
pub fn clone(&self) -> QUOTA_LIMITS_EX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for QUOTA_LIMITS_EX
impl Default for QUOTA_LIMITS_EX
sourcepub fn default() -> QUOTA_LIMITS_EX
pub fn default() -> QUOTA_LIMITS_EX
Returns the “default value” for a type. Read more
sourceimpl PartialEq<QUOTA_LIMITS_EX> for QUOTA_LIMITS_EX
impl PartialEq<QUOTA_LIMITS_EX> for QUOTA_LIMITS_EX
impl Copy for QUOTA_LIMITS_EX
impl Eq for QUOTA_LIMITS_EX
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more