Trait glib::translate::FromGlibPtrContainer
source · pub trait FromGlibPtrContainer<P: Ptr, PP: Ptr>: FromGlibContainer<P, PP> + Sized {
// Required methods
unsafe fn from_glib_none(ptr: PP) -> Self;
unsafe fn from_glib_container(ptr: PP) -> Self;
unsafe fn from_glib_full(ptr: PP) -> Self;
}
Expand description
Translate from a container of pointers.
Required Methods§
sourceunsafe fn from_glib_none(ptr: PP) -> Self
unsafe fn from_glib_none(ptr: PP) -> Self
Transfer: none.
sourceunsafe fn from_glib_container(ptr: PP) -> Self
unsafe fn from_glib_container(ptr: PP) -> Self
Transfer: container.
sourceunsafe fn from_glib_full(ptr: PP) -> Self
unsafe fn from_glib_full(ptr: PP) -> Self
Transfer: full.