[][src]Trait brotli::SliceWrapperMut

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

Required methods

Important traits for &'_ mut [u8]
fn slice_mut(&mut self) -> &mut [T]

Loading content...

Implementations on Foreign Types

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

impl<T> SliceWrapperMut<T> for WrapBox<T>[src]

Loading content...

Implementors

impl SliceWrapperMut<u32> for HistogramLiteral[src]

impl SliceWrapperMut<u32> for HistogramCommand[src]

impl SliceWrapperMut<u32> for HistogramDistance[src]

impl<'a> SliceWrapperMut<u8> for InputReferenceMut<'a>[src]

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

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H10Buckets<AllocU32>[src]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H2Sub<AllocU32>[src]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H3Sub<AllocU32>[src]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H4Sub<AllocU32>[src]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H54Sub<AllocU32>[src]

impl<SliceType: SliceWrapper<u8> + SliceWrapperMut<u8>> SliceWrapperMut<u8> for LiteralCommand<SliceType>[src]

impl<T: Clone + Default> SliceWrapperMut<T> for SendableMemoryBlock<T>[src]

impl<Ty> SliceWrapperMut<Ty> for MemoryBlock<Ty> where
    Ty: Default
[src]

Loading content...