Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dweak_ref.rs36 struct WeakRefGuard { struct
53 inner: Arc::new(WeakRefGuard { raw, vm }), in from_raw() argument
153 impl Drop for WeakRefGuard { implementation