Struct alloc_no_stdlib::HeapPrealloc [] [src]

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

Methods

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

[src]

Trait Implementations

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

[src]

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

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

Important traits for &'a mut [u8]
[src]

[src]

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

Important traits for &'a mut [u8]
[src]

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

The returned type after indexing.

Important traits for &'a mut [u8]
[src]

Performs the indexing (container[index]) operation.

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

Important traits for &'a mut [u8]
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<'a, T> Send for HeapPrealloc<'a, T> where
    T: Send

impl<'a, T> Sync for HeapPrealloc<'a, T> where
    T: Sync