Struct windows_sys::Win32::System::Memory::HEAP_SUMMARY
[−]#[repr(C)]pub struct HEAP_SUMMARY {
pub cb: u32,
pub cbAllocated: usize,
pub cbCommitted: usize,
pub cbReserved: usize,
pub cbMaxReserve: usize,
}
Expand description
Required features: "Win32_System_Memory"
Fields
cb: u32
cbAllocated: usize
cbCommitted: usize
cbReserved: usize
cbMaxReserve: usize
Trait Implementations
impl Clone for HEAP_SUMMARY
impl Clone for HEAP_SUMMARY
impl Copy for HEAP_SUMMARY
Auto Trait Implementations
impl RefUnwindSafe for HEAP_SUMMARY
impl Send for HEAP_SUMMARY
impl Sync for HEAP_SUMMARY
impl Unpin for HEAP_SUMMARY
impl UnwindSafe for HEAP_SUMMARY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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