Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/mutex/
Dfair.rs353 struct LockWrapper<'a, T: ?Sized + fmt::Debug>(Option<FairMutexGuard<'a, T>>); in fmt() struct
355 impl<T: ?Sized + fmt::Debug> fmt::Debug for LockWrapper<'_, T> { in fmt() implementation