pub struct StashMut<'a, P, T>(pub P, pub <T as ToGlibPtrMut<'a, P>>::Storage)
where
P: Copy,
T: ToGlibPtrMut<'a, P> + ?Sized;
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§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.