#[repr(C)]pub struct ENUM_PAGE_FILE_INFORMATION {
pub cb: u32,
pub Reserved: u32,
pub TotalSize: usize,
pub TotalInUse: usize,
pub PeakUsage: usize,
}
Expand description
Required features: ‘Win32_System_ProcessStatus’
Fields
cb: u32
Reserved: u32
TotalSize: usize
TotalInUse: usize
PeakUsage: usize
Trait Implementations
impl Clone for ENUM_PAGE_FILE_INFORMATION
impl Clone for ENUM_PAGE_FILE_INFORMATION
impl Copy for ENUM_PAGE_FILE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ENUM_PAGE_FILE_INFORMATION
impl Send for ENUM_PAGE_FILE_INFORMATION
impl Sync for ENUM_PAGE_FILE_INFORMATION
impl Unpin for ENUM_PAGE_FILE_INFORMATION
impl UnwindSafe for ENUM_PAGE_FILE_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