Trait glib::translate::FromGlibPtrContainer[][src]

pub trait FromGlibPtrContainer<P: Ptr, PP: Ptr>: FromGlibContainer<P, PP> + Sized {
    unsafe fn from_glib_none(ptr: PP) -> Self;
unsafe fn from_glib_container(ptr: PP) -> Self;
unsafe fn from_glib_full(ptr: PP) -> Self; }

Translate from a container of pointers.

Required Methods

Transfer: none.

Transfer: container.

Transfer: full.

Implementations on Foreign Types

impl<P: Ptr, PP: Ptr, T: FromGlibPtrArrayContainerAsVec<P, PP>> FromGlibPtrContainer<P, PP> for Vec<T>
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

impl FromGlibPtrContainer<*const c_char, *mut GHashTable> for HashMap<String, String>
[src]

Implementors