Struct brotli_decompressor::writer::AllocatedStackMemory
[−]
pub struct AllocatedStackMemory<'a, T> where
T: 'a, { pub mem: &'a mut [T], }
Fields
mem: &'a mut [T]
Trait Implementations
impl<'a, T> SliceWrapper<T> for AllocatedStackMemory<'a, T> where
T: 'a,
T: 'a,
impl<'a, T> Default for AllocatedStackMemory<'a, T> where
T: 'a,
T: 'a,
fn default() -> AllocatedStackMemory<'a, T>
Returns the "default value" for a type. Read more
impl<'a, T> SliceWrapperMut<T> for AllocatedStackMemory<'a, T> where
T: 'a,
T: 'a,
impl<'a, T> Index<usize> for AllocatedStackMemory<'a, T> where
T: 'a,
T: 'a,
impl<'a, T> IndexMut<usize> for AllocatedStackMemory<'a, T> where
T: 'a,
T: 'a,