pub struct LinearArena { /* private fields */ }Expand description
A simple linear (bump) arena allocator over a fixed backing buffer.
Implementations§
Trait Implementations§
Source§impl ArenaAllocator for LinearArena
impl ArenaAllocator for LinearArena
Auto Trait Implementations§
impl Freeze for LinearArena
impl RefUnwindSafe for LinearArena
impl Send for LinearArena
impl Sync for LinearArena
impl Unpin for LinearArena
impl UnsafeUnpin for LinearArena
impl UnwindSafe for LinearArena
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