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

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

Methods

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

pub fn new(
    scratch_space: &'a mut ScratchSpace<'b>
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]

pub fn second_segment_words(
    self,
    value: u32
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]

pub fn allocation_strategy(
    self,
    value: AllocationStrategy
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]

Trait Implementations

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

Auto Trait Implementations

impl<'a, 'b> Send for ScratchSpaceHeapAllocator<'a, 'b>

impl<'a, 'b> Sync for ScratchSpaceHeapAllocator<'a, 'b>

impl<'a, 'b> Unpin for ScratchSpaceHeapAllocator<'a, 'b> where
    'b: 'a, 

impl<'a, 'b> !UnwindSafe for ScratchSpaceHeapAllocator<'a, 'b>

impl<'a, 'b> RefUnwindSafe for ScratchSpaceHeapAllocator<'a, 'b>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]