Trait glib::translate::FromGlibPtrArrayContainerAsVec
source · [−]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
source
unsafe fn from_glib_none_as_vec(ptr: PP) -> Vec<Self>
source
unsafe fn from_glib_container_as_vec(ptr: PP) -> Vec<Self>
source