Searched refs:AlwaysRefCounted (Results 1 – 4 of 4) sorted by relevance
334 pub unsafe trait AlwaysRefCounted { traits362 pub struct ARef<T: AlwaysRefCounted> {371 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {}378 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {}380 impl<T: AlwaysRefCounted> ARef<T> {430 impl<T: AlwaysRefCounted> Clone for ARef<T> {438 impl<T: AlwaysRefCounted> Deref for ARef<T> {447 impl<T: AlwaysRefCounted> From<&T> for ARef<T> {455 impl<T: AlwaysRefCounted> Drop for ARef<T> {
79 unsafe impl crate::types::AlwaysRefCounted for Device {
167 unsafe impl crate::types::AlwaysRefCounted for Task {
11 types::{ARef, AlwaysRefCounted, Opaque},224 unsafe impl<T: Operations> AlwaysRefCounted for Request<T> {
Completed in 8 milliseconds