Searched refs:ARef (Results 1 – 1 of 1) sorted by relevance
310 pub struct ARef<T: AlwaysRefCounted> { struct319 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {} implementation326 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {} implementation328 impl<T: AlwaysRefCounted> ARef<T> { implementation349 impl<T: AlwaysRefCounted> Clone for ARef<T> { implementation357 impl<T: AlwaysRefCounted> Deref for ARef<T> { implementation366 impl<T: AlwaysRefCounted> From<&T> for ARef<T> { implementation374 impl<T: AlwaysRefCounted> Drop for ARef<T> { implementation