glib
0.19.9
Module ptr_slice
Structs
Traits
In glib::collections
Module
glib
::
collections
::
ptr_slice
Copy item path
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.