Searched defs:ARef (Results 1 – 3 of 3) sorted by relevance
440 pub struct ARef<T: AlwaysRefCounted> { struct445 // SAFETY: It is safe to send `ARef<T>` to another thread when the underlying `T` is `Sync` because argument449 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {} implementation456 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {} implementation458 impl<T: AlwaysRefCounted> ARef<T> { impl510 impl<T: AlwaysRefCounted> Clone for ARef<T> { implementation518 impl<T: AlwaysRefCounted> Deref for ARef<T> { implementation527 impl<T: AlwaysRefCounted> From<&T> for ARef<T> { implementation535 impl<T: AlwaysRefCounted> Drop for ARef<T> { implementation
207 impl From<&Device<device::Core>> for ARef<Device> { implementation
439 impl From<&Device<device::Core>> for ARef<Device> { implementation