pub trait FromGlibContainerAsVec<T, P: Ptr> where
    Self: Sized
{ unsafe fn from_glib_none_num_as_vec(ptr: P, num: usize) -> Vec<Self>; unsafe fn from_glib_container_num_as_vec(ptr: P, num: usize) -> Vec<Self>; unsafe fn from_glib_full_num_as_vec(ptr: P, num: usize) -> Vec<Self>; }

Required Methods

Implementations on Foreign Types

Implementors