☰
glib
0.18.5
Module ptr_slice
Structs
Traits
In glib::collections
?
Module
glib
::
collections
::
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.