Struct windows_native::ntrtl::RTL_HEAP_ENTRY
source ยท #[repr(C)]pub struct RTL_HEAP_ENTRY {
pub Size: usize,
pub Flags: u16,
pub AllocatorBackTraceIndex: u16,
pub u: RTL_HEAP_ENTRY_1,
}Fieldsยง
ยงSize: usizeยงFlags: u16ยงAllocatorBackTraceIndex: u16ยงu: RTL_HEAP_ENTRY_1Trait Implementationsยง
sourceยงimpl Debug for RTL_HEAP_ENTRY
impl Debug for RTL_HEAP_ENTRY
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_HEAP_ENTRY
impl !Send for RTL_HEAP_ENTRY
impl !Sync for RTL_HEAP_ENTRY
impl Unpin for RTL_HEAP_ENTRY
impl UnwindSafe for RTL_HEAP_ENTRY
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