Module ptr_slice

Source

Structs§

IntoIter
PtrSlice
Slice of elements of type T allocated by the GLib allocator.

Constants§

MAX_STACK_ALLOCATION 🔒
Maximum number of pointers to stack-allocate before falling back to a heap allocation.
MIN_SIZE 🔒
Minimum size of the PtrSlice allocation.

Traits§

IntoPtrSlice
A trait to accept both &[T] or PtrSlice<T> as an argument.