Struct glib::translate::PtrArray [] [src]

pub struct PtrArray<'a, P: Ptr, T: ?Sized + ToGlibPtr<'a, P>>(_, _);

Temporary storage for passing a NULL terminated array of pointers.

Methods

impl<'a, P: Ptr, T: ToGlibPtr<'a, P> + 'a> PtrArray<'a, P, T>
[src]

Returns the length of the array not counting the NULL terminator.