pub struct QuantumHeap { /* private fields */ }
Expand description
Heap allocated region filled with memory mappings
Implementations§
Source§impl QuantumHeap
impl QuantumHeap
Trait Implementations§
Source§impl GlobalAlloc for QuantumHeap
impl GlobalAlloc for QuantumHeap
Source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout
. Read moreAuto Trait Implementations§
impl !Freeze for QuantumHeap
impl !RefUnwindSafe for QuantumHeap
impl Send for QuantumHeap
impl Sync for QuantumHeap
impl Unpin for QuantumHeap
impl !UnwindSafe for QuantumHeap
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