[][src]Struct glib::translate::StashMut

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.