Trait divans::SliceWrapperMut[][src]

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

Required Methods

Important traits for &'a [u8]

Implementations on Foreign Types

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapperMut<u32> for HistogramDistance
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for EmptyIVec
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for Array528i
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for Array712i
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<u32> for HistogramLiteral
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<u32> for HistogramCommand
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for Array264i
[src]

Important traits for &'a [u8]

Implementors