Struct capnp::message::ScratchSpaceHeapAllocator [] [src]

pub struct ScratchSpaceHeapAllocator<'a, 'b: 'a> { /* fields omitted */ }

Methods

impl<'a, 'b: 'a> ScratchSpaceHeapAllocator<'a, 'b>
[src]

[src]

[src]

[src]

Trait Implementations

impl<'a, 'b: 'a> Allocator for ScratchSpaceHeapAllocator<'a, 'b>
[src]

[src]

Allocates memory for a new segment, returning a pointer to the start of the segment and a u32 indicating the length of the segment. Read more

[src]