Struct brotli::HeapAlloc[][src]

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

Fields

Methods

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

Trait Implementations

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

Auto Trait Implementations

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

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