Struct cl_generic_vec::raw::UninitSlice [−][src]
#[repr(transparent)]pub struct UninitSlice<T>(_);
Expand description
An uninitialized slice storage
Implementations
Trait Implementations
Is the pointer from as_ptr
guaranteed to be aligned to T
Read more
The number of elements that it is valid to write to this Storage
Read more
Returns a mutable pointer to the first element
Reserves space for at least new_capacity
elements Read more
Tries to reserve space for at least new_capacity
elements Read more