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

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

Temporary storage for passing a NULL terminated array of pointers.

Methods

impl<'a, P: Copy, T: ToGlibPtr<'a, P>> PtrArray<'a, P, T>

fn len(&self) -> usize

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