Module glib::collections::strv
source · Structs§
NULL
-terminated array ofNULL
-terminated strings.
Constants§
- Maximum number of pointers to stack-allocate before falling back to a heap allocation.
- MIN_
SIZE 🔒Minimum size of theStrV
allocation.
Traits§
- A trait to accept both
&[T]
orStrV
as an argument.