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]

Implementors§

source§

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

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

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

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

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

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

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

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

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

impl<Ty: Sized + Default> SliceWrapperMut<Ty> for MemoryBlock<Ty>