pub struct PtrArray<'a, P: Ptr, T: ?Sized + ToGlibPtr<'a, P>>(/* private fields */);Expand description
Temporary storage for passing a NULL terminated array of pointers.
Implementations§
Auto Trait Implementations§
impl<'a, P, T> Freeze for PtrArray<'a, P, T>where
T: ?Sized,
impl<'a, P, T> RefUnwindSafe for PtrArray<'a, P, T>
impl<'a, P, T> Send for PtrArray<'a, P, T>
impl<'a, P, T> Sync for PtrArray<'a, P, T>
impl<'a, P, T> Unpin for PtrArray<'a, P, T>
impl<'a, P, T> UnwindSafe for PtrArray<'a, P, T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more