[−][src]Trait capnp::private::arena::BuilderArena
Required methods
fn allocate(&self, segment_id: u32, amount: WordCount32) -> Option<u32>
fn allocate_anywhere(&self, amount: u32) -> (SegmentId, u32)
fn get_segment_mut(&self, id: u32) -> (*mut Word, u32)
fn as_reader<'a>(&'a self) -> &'a dyn ReaderArena
Implementors
impl BuilderArena for NullArena
[src]
fn allocate(&self, _segment_id: u32, _amount: WordCount32) -> Option<u32>
[src]
fn allocate_anywhere(&self, _amount: u32) -> (SegmentId, u32)
[src]
fn get_segment_mut(&self, _id: u32) -> (*mut Word, u32)
[src]
fn as_reader<'a>(&'a self) -> &'a dyn ReaderArena
[src]
impl<A> BuilderArena for BuilderArenaImpl<A> where
A: Allocator,
[src]
A: Allocator,