Struct ntapi::ntpsapi::POOLED_USAGE_AND_LIMITS
source · [−]#[repr(C)]pub struct POOLED_USAGE_AND_LIMITS {
pub PeakPagedPoolUsage: SIZE_T,
pub PagedPoolUsage: SIZE_T,
pub PagedPoolLimit: SIZE_T,
pub PeakNonPagedPoolUsage: SIZE_T,
pub NonPagedPoolUsage: SIZE_T,
pub NonPagedPoolLimit: SIZE_T,
pub PeakPagefileUsage: SIZE_T,
pub PagefileUsage: SIZE_T,
pub PagefileLimit: SIZE_T,
}
Fields
PeakPagedPoolUsage: SIZE_T
PagedPoolUsage: SIZE_T
PagedPoolLimit: SIZE_T
PeakNonPagedPoolUsage: SIZE_T
NonPagedPoolUsage: SIZE_T
NonPagedPoolLimit: SIZE_T
PeakPagefileUsage: SIZE_T
PagefileUsage: SIZE_T
PagefileLimit: SIZE_T
Trait Implementations
sourceimpl Clone for POOLED_USAGE_AND_LIMITS
impl Clone for POOLED_USAGE_AND_LIMITS
sourcefn clone(&self) -> POOLED_USAGE_AND_LIMITS
fn clone(&self) -> POOLED_USAGE_AND_LIMITS
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
impl Copy for POOLED_USAGE_AND_LIMITS
Auto Trait Implementations
impl RefUnwindSafe for POOLED_USAGE_AND_LIMITS
impl Send for POOLED_USAGE_AND_LIMITS
impl Sync for POOLED_USAGE_AND_LIMITS
impl Unpin for POOLED_USAGE_AND_LIMITS
impl UnwindSafe for POOLED_USAGE_AND_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