pub trait FromGlibPtrArrayContainerAsVec<P: Ptr, PP: Ptr>: FromGlibContainerAsVec<P, PP>where
    Self: Sized,
{ unsafe fn from_glib_none_as_vec(ptr: PP) -> Vec<Self>; unsafe fn from_glib_container_as_vec(ptr: PP) -> Vec<Self>; unsafe fn from_glib_full_as_vec(ptr: PP) -> Vec<Self>; }

Required Methods§

Implementations on Foreign Types§

Implementors§