Trait glib::translate::GlibPtrDefault [−][src]
Expand description
Provides the default pointer type to be used in some container conversions.
It’s *mut c_char
for String
, *mut GtkButton
for gtk::Button
, etc.
Associated Types
Implementations on Foreign Types
type GlibType = <T as GlibPtrDefault>::GlibType