Struct brotli_decompressor::AllocatedStackMemory [] [src]

pub struct AllocatedStackMemory<'a, T> where
    T: 'a, 
{ pub mem: &'a mut [T], }

Fields

Trait Implementations

impl<'a, T> SliceWrapper<T> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

[src]

impl<'a, T> SliceWrapperMut<T> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

[src]

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

[src]

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

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

[src]

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

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

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.