Home
last modified time | relevance | path

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

/external/rust/crates/jni/src/wrapper/objects/
Dglobal_ref.rs29 struct GlobalRefGuard { struct
51 inner: Arc::new(GlobalRefGuard::from_raw(vm, raw_global_ref)), in from_raw() argument
64 impl GlobalRefGuard { implementation
83 impl Drop for GlobalRefGuard { implementation