pub struct StashMut<'a, P: Copy, T>(pub P, pub <T as ToGlibPtrMut<'a, P>>::Storage)
where
T: ToGlibPtrMut<'a, P> + ?Sized;
Tuple Fields§
§0: P
§1: <T as ToGlibPtrMut<'a, P>>::Storage
Auto Trait Implementations§
impl<'a, P, T> Freeze for StashMut<'a, P, T>
impl<'a, P, T> RefUnwindSafe for StashMut<'a, P, T>
impl<'a, P, T> Send for StashMut<'a, P, T>
impl<'a, P, T> Sync for StashMut<'a, P, T>
impl<'a, P, T> Unpin for StashMut<'a, P, T>
impl<'a, P, T> UnwindSafe for StashMut<'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