MCPcopy Create free account
hub / github.com/dropbox/rust-alloc-no-stdlib / SliceWrapperMut

Interface SliceWrapperMut

src/allocated_memory/mod.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15pub trait SliceWrapperMut<T> : SliceWrapper<T> {
16 fn slice_mut (&mut self) -> & mut [T];
17}
18
19pub trait AllocatedSlice<T>
20 : SliceWrapperMut<T> + SliceWrapper<T> + Default {

Callers

nothing calls this directly

Implementers 5

test.rsalloc-stdlib/src/test.rs
heap_alloc.rsalloc-stdlib/src/heap_alloc.rs
allocated_stack_memory.rssrc/allocated_stack_memory.rs
tests.rssrc/tests.rs
heap_alloc.rssrc/bin/heap_alloc.rs

Calls

no outgoing calls

Tested by

no test coverage detected