Trait divans::alloc_util::SliceWrapper[][src]

pub trait SliceWrapper<T> {
    fn slice(&self) -> &[T];

    fn len(&self) -> usize { ... }
}

Required Methods

Important traits for &'a [u8]

Provided Methods

Implementations on Foreign Types

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

Important traits for &'a [u8]

impl<'a> SliceWrapper<u8> for InputReference<'a>
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array528i
[src]

Important traits for &'a [u8]

impl SliceWrapper<u32> for HistogramLiteral
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for EmptyIVec
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapper<u32> for HistogramDistance
[src]

Important traits for &'a [u8]

impl SliceWrapper<u8> for SliceOffset
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array264i
[src]

Important traits for &'a [u8]

impl SliceWrapper<u32> for HistogramCommand
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array712i
[src]

Important traits for &'a [u8]

Implementors