Struct brotli::AllocatedStackMemory []

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

Fields

Trait Implementations

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

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

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

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

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

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