#[repr(C)]pub struct PSAPI_WORKING_SET_INFORMATION {
pub NumberOfEntries: usize,
pub WorkingSetInfo: [PSAPI_WORKING_SET_BLOCK; 1],
}Expand description
Required features: ‘Win32_System_ProcessStatus’
Fields
NumberOfEntries: usizeWorkingSetInfo: [PSAPI_WORKING_SET_BLOCK; 1]Trait Implementations
impl Clone for PSAPI_WORKING_SET_INFORMATION
impl Clone for PSAPI_WORKING_SET_INFORMATION
impl Copy for PSAPI_WORKING_SET_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for PSAPI_WORKING_SET_INFORMATION
impl Send for PSAPI_WORKING_SET_INFORMATION
impl Sync for PSAPI_WORKING_SET_INFORMATION
impl Unpin for PSAPI_WORKING_SET_INFORMATION
impl UnwindSafe for PSAPI_WORKING_SET_INFORMATION
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