Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dpool.rs371 pub struct OwnedRefMut<T, C = DefaultConfig> struct
376 inner: page::slot::InitGuard<T, C>,
377 pool: Arc<Pool<T, C>>,
378 key: usize,
1182 impl<T, C> OwnedRefMut<T, C> impl
1255 impl<T, C> std::ops::Deref for OwnedRefMut<T, C> implementation
1267 impl<T, C> std::ops::DerefMut for OwnedRefMut<T, C> implementation
1284 impl<T, C> Drop for OwnedRefMut<T, C> implementation
1310 impl<T, C> fmt::Debug for OwnedRefMut<T, C> implementation
1320 impl<T, C> PartialEq<T> for OwnedRefMut<T, C> implementation
[all …]