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> 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