Struct mimalloc_rust::heap::GlobalHeap
source · [−]Expand description
the default Global Heap Type
Fields
heap: *mut mi_heap_t
Trait Implementations
sourceimpl Debug for GlobalHeap
impl Debug for GlobalHeap
sourceimpl Deref for GlobalHeap
impl Deref for GlobalHeap
sourceimpl PartialEq<GlobalHeap> for GlobalHeap
impl PartialEq<GlobalHeap> for GlobalHeap
sourcefn eq(&self, other: &GlobalHeap) -> bool
fn eq(&self, other: &GlobalHeap) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GlobalHeap) -> bool
fn ne(&self, other: &GlobalHeap) -> bool
This method tests for !=
.
impl Eq for GlobalHeap
impl StructuralEq for GlobalHeap
impl StructuralPartialEq for GlobalHeap
Auto Trait Implementations
impl RefUnwindSafe for GlobalHeap
impl !Send for GlobalHeap
impl !Sync for GlobalHeap
impl Unpin for GlobalHeap
impl UnwindSafe for GlobalHeap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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