Home
last modified time | relevance | path

Searched defs:ShardedLockReadGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/
Dsharded_lock.rs486 pub struct ShardedLockReadGuard<'a, T: ?Sized> { struct
492 unsafe impl<T: ?Sized + Sync> Sync for ShardedLockReadGuard<'_, T> {} argument
494 impl<T: ?Sized> Deref for ShardedLockReadGuard<'_, T> { implementation
502 impl<T: fmt::Debug> fmt::Debug for ShardedLockReadGuard<'_, T> { implementation
510 impl<T: ?Sized + fmt::Display> fmt::Display for ShardedLockReadGuard<'_, T> { implementation