Trait brotli_decompressor::reader::SliceWrapperMut

source ·
pub trait SliceWrapperMut<T>: SliceWrapper<T> {
    // Required method
    fn slice_mut(&mut self) -> &mut [T];
}

Required Methods§

source

fn slice_mut(&mut self) -> &mut [T]

Implementations on Foreign Types§

source§

impl<'a, T> SliceWrapperMut<&'a mut [T]> for HeapPrealloc<'a, T>
where T: 'a,

source§

fn slice_mut(&mut self) -> &mut [&'a mut [T]]

source§

impl<T> SliceWrapperMut<T> for WrapBox<T>

source§

fn slice_mut(&mut self) -> &mut [T]

Implementors§

source§

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

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H10Buckets<AllocU32>

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H2Sub<AllocU32>

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H3Sub<AllocU32>

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H4Sub<AllocU32>

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H54Sub<AllocU32>

impl<SliceType: SliceWrapper<u8> + SliceWrapperMut<u8>> SliceWrapperMut<u8> for LiteralCommand<SliceType>