Searched defs:OwnedEntry (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | lib.rs | 365 pub struct OwnedEntry<T, C = DefaultConfig> struct 369 inner: page::slot::Guard<Option<T>, C>, 370 value: ptr::NonNull<T>, 371 slab: Arc<Slab<T, C>>, 372 key: usize, 924 impl<T, C> OwnedEntry<T, C> implementation 944 impl<T, C> std::ops::Deref for OwnedEntry<T, C> implementation 955 impl<T, C> Drop for OwnedEntry<T, C> implementation 982 impl<T, C> fmt::Debug for OwnedEntry<T, C> implementation 992 impl<T, C> PartialEq<T> for OwnedEntry<T, C> implementation [all …]
|