Module glib::collections::ptr_slice

source ·

Structs§

Constants§

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

Traits§

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