Searched defs:Arc (Results 1 – 5 of 5) sorted by relevance
132 pub struct Arc<T: ?Sized> { struct133 ptr: NonNull<ArcInner<T>>, argument142 _p: PhantomData<ArcInner<T>>, argument207 impl<T> InPlaceInit<T> for Arc<T> { implementation227 impl<T> Arc<T> { implementation246 impl<T: ?Sized> Arc<T> { implementation416 impl<T: ?Sized> Deref for Arc<T> { implementation426 impl<T: ?Sized> AsRef<T> for Arc<T> { implementation451 impl<T: ?Sized> Borrow<T> for Arc<T> { implementation457 impl<T: ?Sized> Clone for Arc<T> { implementation[all …]
13 impl Arc<dyn Any + Send + Sync> { implementation
50 impl<T> HrTimerPointer for Arc<T> implementation73 impl<T> RawHrTimerCallback for Arc<T> implementation
822 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T> implementation846 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Arc<T> implementation877 unsafe impl<T, const ID: u64> RawDelayedWorkItem<ID> for Arc<T> implementation
98 impl<T> InPlaceInit<T> for Arc<T> { implementation
Completed in 11 milliseconds