Module glib::collections::ptr_slice
source · Structs§
- Slice of elements of type
T
allocated by the GLib allocator.
Constants§
- Maximum number of pointers to stack-allocate before falling back to a heap allocation.
- MIN_
SIZE 🔒Minimum size of thePtrSlice
allocation.
Traits§
- A trait to accept both
&[T]
orPtrSlice<T>
as an argument.