Searched defs:Arc (Results 1 – 3 of 3) sorted by relevance
128 pub struct Arc<T: ?Sized> { struct129 ptr: NonNull<ArcInner<T>>, argument130 _p: PhantomData<ArcInner<T>>, argument141 impl<T: ?Sized> core::ops::Receiver for Arc<T> {} implementation145 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::CoerceUnsized<Arc<U>> for Arc<T> {} implementation148 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<Arc<U>> for Arc<T> {} implementation154 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {} implementation161 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {} implementation163 impl<T> Arc<T> { implementation203 impl<T: ?Sized> Arc<T> { impl[all …]
11 impl Arc<dyn Any + Send + Sync> { implementation
58 Arc, Cpu, Fpu, enumerator