Struct windows_native::ntrtl::RTL_HEAP_TAG
source ยท #[repr(C)]pub struct RTL_HEAP_TAG {
pub NumberOfAllocations: u32,
pub NumberOfFrees: u32,
pub BytesAllocated: usize,
pub TagIndex: u16,
pub CreatorBackTraceIndex: u16,
pub TagName: [u16; 24],
}Fieldsยง
ยงNumberOfAllocations: u32ยงNumberOfFrees: u32ยงBytesAllocated: usizeยงTagIndex: u16ยงCreatorBackTraceIndex: u16ยงTagName: [u16; 24]Trait Implementationsยง
sourceยงimpl Debug for RTL_HEAP_TAG
impl Debug for RTL_HEAP_TAG
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_HEAP_TAG
impl Send for RTL_HEAP_TAG
impl Sync for RTL_HEAP_TAG
impl Unpin for RTL_HEAP_TAG
impl UnwindSafe for RTL_HEAP_TAG
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