Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/tests/helpers/
Dmod.rs30 pub struct DropCounterHandle(Arc<AtomicUsize>); struct
33 pub fn new(value: T) -> (Self, DropCounterHandle) { in new() argument
53 impl DropCounterHandle { impl