Struct mimalloc_rust::heap::GlobalHeap [−][src]
pub struct GlobalHeap { pub heap: *mut mi_heap_t, }
Expand description
the default Global Heap Type
Fields
heap: *mut mi_heap_t
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.