struct Reset<'a, T: Copy>(&'a Cell<T>, T);Tuple Fields§
§0: &'a Cell<T>§1: TTrait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for Reset<'a, T>
impl<'a, T> !Send for Reset<'a, T>
impl<'a, T> !Sync for Reset<'a, T>
impl<'a, T> Unpin for Reset<'a, T>where T: Unpin,
impl<'a, T> !UnwindSafe for Reset<'a, T>
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.