Struct mimalloc_rust::heap::MiMallocHeap
source · pub struct MiMallocHeap<T: Deref<Target = *mut mi_heap_t>> {
pub heap: T,
}
Expand description
Heap type used for allocator API
Fields§
§heap: T
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for MiMallocHeap<T>where T: RefUnwindSafe,
impl<T> Send for MiMallocHeap<T>where T: Send,
impl<T> Sync for MiMallocHeap<T>where T: Sync,
impl<T> Unpin for MiMallocHeap<T>where T: Unpin,
impl<T> UnwindSafe for MiMallocHeap<T>where T: UnwindSafe,
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