☰
SliceWrapperMut
Required Methods
slice_mut
Implementations on Foreign Types
HeapPrealloc<'a, T>
WrapBox<T>
Implementors
In brotli
?
Trait
brotli
::
SliceWrapperMut
source
·
[
−
]
pub trait SliceWrapperMut<T>:
SliceWrapper
<T> { fn
slice_mut
(&mut self) -> &mut
[T]
ⓘ
; }
Required Methods
§
source
fn
slice_mut
(&mut self) -> &mut
[T]
ⓘ
Implementations on Foreign Types
§
source
§
impl<T>
SliceWrapperMut
<T> for
WrapBox
<T>
source
§
fn
slice_mut
(&mut self) -> &mut
[T]
ⓘ
source
§
impl<'a, T>
SliceWrapperMut
<&'a mut
[T]
> for
HeapPrealloc
<'a, T>
where
T: 'a,
source
§
fn
slice_mut
(&mut self) -> &mut [&'a mut
[T]
]
Implementors
§
source
§
impl
SliceWrapperMut
<
u32
> for
HistogramCommand
source
§
impl
SliceWrapperMut
<
u32
> for
HistogramDistance
source
§
impl
SliceWrapperMut
<
u32
> for
HistogramLiteral
source
§
impl<'a>
SliceWrapperMut
<
u8
> for
InputReferenceMut
<'a>
source
§
impl<'a, T>
SliceWrapperMut
<T> for
AllocatedStackMemory
<'a, T>
where
T: 'a,
source
§
impl<AllocU32:
Allocator
<
u32
>>
SliceWrapperMut
<
u32
> for
H10Buckets
<AllocU32>
source
§
impl<AllocU32:
Allocator
<
u32
>>
SliceWrapperMut
<
u32
> for
H2Sub
<AllocU32>
source
§
impl<AllocU32:
Allocator
<
u32
>>
SliceWrapperMut
<
u32
> for
H3Sub
<AllocU32>
source
§
impl<AllocU32:
Allocator
<
u32
>>
SliceWrapperMut
<
u32
> for
H4Sub
<AllocU32>
source
§
impl<AllocU32:
Allocator
<
u32
>>
SliceWrapperMut
<
u32
> for
H54Sub
<AllocU32>
source
§
impl<SliceType:
SliceWrapper
<
u8
> +
SliceWrapperMut
<
u8
>>
SliceWrapperMut
<
u8
> for
LiteralCommand
<SliceType>
source
§
impl<T:
Clone
+
Default
>
SliceWrapperMut
<T> for
SendableMemoryBlock
<T>
source
§
impl<Ty>
SliceWrapperMut
<Ty> for
MemoryBlock
<Ty>
where
Ty:
Default
,