Struct windows_native::ntrtl::RTL_HEAP_USAGE
source ยท #[repr(C)]pub struct RTL_HEAP_USAGE {
pub Length: u32,
pub BytesAllocated: usize,
pub BytesCommitted: usize,
pub BytesReserved: usize,
pub BytesReservedMaximum: usize,
pub Entries: *mut RTL_HEAP_USAGE_ENTRY,
pub AddedEntries: *mut RTL_HEAP_USAGE_ENTRY,
pub RemovedEntries: *mut RTL_HEAP_USAGE_ENTRY,
pub Reserved: [usize; 8],
}Fieldsยง
ยงLength: u32ยงBytesAllocated: usizeยงBytesCommitted: usizeยงBytesReserved: usizeยงBytesReservedMaximum: usizeยงEntries: *mut RTL_HEAP_USAGE_ENTRYยงAddedEntries: *mut RTL_HEAP_USAGE_ENTRYยงRemovedEntries: *mut RTL_HEAP_USAGE_ENTRYยงReserved: [usize; 8]Trait Implementationsยง
sourceยงimpl Debug for RTL_HEAP_USAGE
impl Debug for RTL_HEAP_USAGE
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_HEAP_USAGE
impl !Send for RTL_HEAP_USAGE
impl !Sync for RTL_HEAP_USAGE
impl Unpin for RTL_HEAP_USAGE
impl UnwindSafe for RTL_HEAP_USAGE
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more