pub struct Nursery { /* private fields */ }Expand description
Owned bump-allocator nursery for JIT-compiled code.
Provides the backing memory that VMContext’s alloc_ptr/alloc_limit point into. No GC — panics on exhaustion.
Implementations§
Auto Trait Implementations§
impl Freeze for Nursery
impl RefUnwindSafe for Nursery
impl Send for Nursery
impl Sync for Nursery
impl Unpin for Nursery
impl UnsafeUnpin for Nursery
impl UnwindSafe for Nursery
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