Module ptr_slice

Source

Structs§

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

Traits§

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