pub struct ArenaBlock { /* private fields */ }Expand description
A fixed-size block in a chained-block arena.
Implementations§
Auto Trait Implementations§
impl Freeze for ArenaBlock
impl RefUnwindSafe for ArenaBlock
impl Send for ArenaBlock
impl Sync for ArenaBlock
impl Unpin for ArenaBlock
impl UnsafeUnpin for ArenaBlock
impl UnwindSafe for ArenaBlock
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