Searched defs:ARef (Results 1 – 1 of 1) sorted by relevance
62 /// [`ARef::clone`]. implementation 53 pub struct ARef<T: AlwaysRefCounted> { global() struct 58 _pARef global() argument 69 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {} global() implementation 71 impl<T: AlwaysRefCounted> ARef<T> { global() implementation 123 impl<T: AlwaysRefCounted> Clone for ARef<T> { global() implementation 131 impl<T: AlwaysRefCounted> Deref for ARef<T> { global() implementation 140 impl<T: AlwaysRefCounted> From<&T> for ARef<T> { global() implementation 148 impl<T: AlwaysRefCounted> Drop for ARef<T> { global() implementation [all...]