Searched defs:AutoElements (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | auto_elements.rs | 124 pub struct AutoElements<'local, 'other_local, 'array, T: TypeArray> { struct 133 impl<'local, 'other_local, 'array, T: TypeArray> AutoElements<'local, 'other_local, 'array, T> { implementation 217 impl<'local, 'other_local, 'array, T: TypeArray> 226 impl<'local, 'other_local, 'array, T: TypeArray> Drop 248 impl<'local, 'other_local, 'array, T: TypeArray> std::ops::Deref 258 impl<'local, 'other_local, 'array, T: TypeArray> std::ops::DerefMut
|