[−][src]Struct brotli::reader::StandardAlloc
Trait Implementations
impl<T> Allocator<T> for StandardAlloc where
T: Clone + Default, [src]
T: Clone + Default,
type AllocatedMemory = WrapBox<T>
fn alloc_cell(&mut self, len: usize) -> WrapBox<T>[src]
fn free_cell(&mut self, _data: WrapBox<T>)[src]
impl BrotliAlloc for StandardAlloc[src]
impl Clone for StandardAlloc[src]
fn clone(&self) -> StandardAlloc[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for StandardAlloc[src]
impl Debug for StandardAlloc[src]
impl Default for StandardAlloc[src]
fn default() -> StandardAlloc[src]
Auto Trait Implementations
impl RefUnwindSafe for StandardAlloc
impl Send for StandardAlloc
impl Sync for StandardAlloc
impl Unpin for StandardAlloc
impl UnwindSafe for StandardAlloc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut 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>,