SliceWrapperMut

Trait 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 SliceWrapperMut<u32> for HistogramCommand

Source§

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

Source§

impl SliceWrapperMut<u32> for HistogramDistance

Source§

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

Source§

impl SliceWrapperMut<u32> for HistogramLiteral

Source§

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

Source§

impl SliceWrapperMut<Mem256i> for Array264i

Source§

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

Source§

impl SliceWrapperMut<Mem256i> for Array528i

Source§

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

Source§

impl SliceWrapperMut<Mem256i> for Array712i

Source§

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

Source§

impl SliceWrapperMut<Mem256i> for EmptyIVec

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Implementors§

Source§

impl<'a> SliceWrapperMut<u8> for InputReferenceMut<'a>

Source§

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

Source§

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

Source§

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

Source§

impl<T, AllocT: Allocator<T>> SliceWrapperMut<T> for AllocatedMemoryPrefix<T, AllocT>

Source§

impl<T, AllocT: Allocator<T>> SliceWrapperMut<T> for AllocatedMemoryRange<T, AllocT>