[−][src]Struct capnp::message::ScratchSpaceHeapAllocator
Methods
impl<'a, 'b: 'a> ScratchSpaceHeapAllocator<'a, 'b>
[src]
pub fn new(
scratch_space: &'a mut ScratchSpace<'b>
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]
scratch_space: &'a mut ScratchSpace<'b>
) -> ScratchSpaceHeapAllocator<'a, 'b>
pub fn second_segment_words(
self,
value: u32
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]
self,
value: u32
) -> ScratchSpaceHeapAllocator<'a, 'b>
pub fn allocation_strategy(
self,
value: AllocationStrategy
) -> ScratchSpaceHeapAllocator<'a, 'b>
[src]
self,
value: AllocationStrategy
) -> ScratchSpaceHeapAllocator<'a, 'b>
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,
'b: 'a,
impl<'a, 'b> !UnwindSafe for ScratchSpaceHeapAllocator<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ScratchSpaceHeapAllocator<'a, 'b>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,