Searched defs:Arc (Results 1 – 5 of 5) sorted by relevance
130 pub struct Arc<T: ?Sized> { struct131 ptr: NonNull<ArcInner<T>>, argument140 _p: PhantomData<ArcInner<T>>, argument186 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::CoerceUnsized<Arc<U>> for Arc<T> {} implementation190 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<Arc<U>> for Arc<T> … implementation196 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {} implementation203 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {} implementation205 impl<T> Arc<T> { impl224 impl<T: ?Sized> Arc<T> { impl345 impl<T: 'static> ForeignOwnable for Arc<T> { implementation[all …]
13 impl Arc<dyn Any + Send + Sync> { impl
534 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T> implementation558 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Arc<T> implementation
1244 impl<T> InPlaceInit<T> for Arc<T> { implementation
58 Arc, Cpu, Fpu, enumerator