Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/lock/
Dmutex.rs201 pub struct OwnedMutexLockFuture<T: ?Sized> { struct
207 impl<T: ?Sized> fmt::Debug for OwnedMutexLockFuture<T> { argument
220 impl<T: ?Sized> FusedFuture for OwnedMutexLockFuture<T> { implementation
226 impl<T: ?Sized> Future for OwnedMutexLockFuture<T> { implementation
264 impl<T: ?Sized> Drop for OwnedMutexLockFuture<T> { implementation
528 unsafe impl<T: ?Sized + Send> Send for OwnedMutexLockFuture<T> {} implementation
531 unsafe impl<T: ?Sized> Sync for OwnedMutexLockFuture<T> {} implementation