Struct glib::translate::StashMut [−][src]
pub struct StashMut<'a, P: Copy, T: ?Sized>(pub P, pub <T as ToGlibPtrMut<'a, P>>::Storage)
where
T: ToGlibPtrMut<'a, P>;
Auto Trait Implementations
impl<'a, P, T: ?Sized> RefUnwindSafe for StashMut<'a, P, T> where
P: RefUnwindSafe,
<T as ToGlibPtrMut<'a, P>>::Storage: RefUnwindSafe,
impl<'a, P, T: ?Sized> Send for StashMut<'a, P, T> where
P: Send,
<T as ToGlibPtrMut<'a, P>>::Storage: Send,
impl<'a, P, T: ?Sized> Sync for StashMut<'a, P, T> where
P: Sync,
<T as ToGlibPtrMut<'a, P>>::Storage: Sync,
impl<'a, P, T: ?Sized> Unpin for StashMut<'a, P, T> where
P: Unpin,
<T as ToGlibPtrMut<'a, P>>::Storage: Unpin,
impl<'a, P, T: ?Sized> UnwindSafe for StashMut<'a, P, T> where
P: UnwindSafe,
<T as ToGlibPtrMut<'a, P>>::Storage: UnwindSafe,