pub struct StashMut<'a, P: Copy, T: ?Sized>(pub P, pub <T as ToGlibPtrMut<'a, P>>::Storage)
where
T: ToGlibPtrMut<'a, P>;
Tuple Fields
0: P
1: <T as ToGlibPtrMut<'a, P>>::Storage
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,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more