pub struct TRef<X: GXExt, T: FromValue> {
pub r: Ref<X>,
pub t: Option<T>,
}Fields§
§r: Ref<X>§t: Option<T>Implementations§
Auto Trait Implementations§
impl<X, T> Freeze for TRef<X, T>where
T: Freeze,
impl<X, T> RefUnwindSafe for TRef<X, T>where
T: RefUnwindSafe,
impl<X, T> Send for TRef<X, T>where
T: Send,
impl<X, T> Sync for TRef<X, T>where
T: Sync,
impl<X, T> Unpin for TRef<X, T>where
T: Unpin,
impl<X, T> UnwindSafe for TRef<X, T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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