Struct alloc_no_stdlib::HeapPrealloc [] [src]

pub struct HeapPrealloc<'a, T: 'a> { /* fields omitted */ }

Methods

impl<'a, T: Clone + 'a> HeapPrealloc<'a, T>
[src]

Trait Implementations

impl<'a, T: 'a> Default for HeapPrealloc<'a, T>
[src]

Returns the "default value" for a type. Read more

impl<'a, T: 'a> SliceWrapper<&'a mut [T]> for HeapPrealloc<'a, T>
[src]

impl<'a, T: 'a> SliceWrapperMut<&'a mut [T]> for HeapPrealloc<'a, T>
[src]

impl<'a, T: 'a> Index<usize> for HeapPrealloc<'a, T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<'a, T: 'a> IndexMut<usize> for HeapPrealloc<'a, T>
[src]

The method for the mutable indexing (container[index]) operation