Searched defs:Arc (Results 1 – 6 of 6) 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> InPlaceInit<T> for Arc<T> { implementation225 impl<T> Arc<T> { impl244 impl<T: ?Sized> Arc<T> { impl[all …]
13 impl Arc<dyn Any + Send + Sync> { implementation
50 impl<T> HrTimerPointer for Arc<T> implementation69 impl<T> RawHrTimerCallback for Arc<T> implementation
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
98 impl<T> InPlaceInit<T> for Arc<T> { implementation
58 Arc, Cpu, Fpu, enumerator