Allocated
Slice
alloc_
no_
stdlib
2.0.4
Allocated
Slice
Object Safety
Implementors
In crate alloc_
no_
stdlib
Modules
init
Macros
bind_global_buffers_to_allocator
declare_stack_allocator_struct
define_allocator_memory_pool
define_index_ops
define_index_ops_mut
define_stack_allocator_traits
static_array
Structs
AllocatedStackMemory
CallocBackingStore
StackAllocator
Enums
AllocatorC
Traits
AllocatedSlice
Allocator
SliceWrapper
SliceWrapperMut
Functions
bzero
uninitialized
alloc_no_stdlib
Trait
AllocatedSlice
Copy item path
Settings
Help
Summary
source
pub trait AllocatedSlice<T>:
SliceWrapperMut
<T> +
SliceWrapper
<T> +
Default
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T, U>
AllocatedSlice
<T> for U
where U:
SliceWrapperMut
<T> +
SliceWrapper
<T> +
Default
,