Home
last modified time | relevance | path

Searched refs:ARef (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dtypes.rs310 pub struct ARef<T: AlwaysRefCounted> { struct
319 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {} implementation
326 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {} implementation
328 impl<T: AlwaysRefCounted> ARef<T> { implementation
349 impl<T: AlwaysRefCounted> Clone for ARef<T> { implementation
357 impl<T: AlwaysRefCounted> Deref for ARef<T> { implementation
366 impl<T: AlwaysRefCounted> From<&T> for ARef<T> { implementation
374 impl<T: AlwaysRefCounted> Drop for ARef<T> { implementation