Struct alloc_no_stdlib::HeapAlloc [] [src]

pub struct HeapAlloc<T: Clone> {
    pub default_value: T,
}

Fields

Methods

impl<T: Clone> HeapAlloc<T>
[src]

[src]

Trait Implementations

impl<T: Clone> Allocator<T> for HeapAlloc<T>
[src]

[src]

[src]

Auto Trait Implementations

impl<T> Send for HeapAlloc<T> where
    T: Send

impl<T> Sync for HeapAlloc<T> where
    T: Sync