Searched defs:JPrimitiveArray (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jprimitive_array.rs | 19 pub struct JPrimitiveArray<'local, T: TypeArray> { struct 24 impl<'local, T: TypeArray> AsRef<JPrimitiveArray<'local, T>> for JPrimitiveArray<'local, T> { argument 30 impl<'local, T: TypeArray> AsMut<JPrimitiveArray<'local, T>> for JPrimitiveArray<'local, T> { implementation 36 impl<'local, T: TypeArray> AsRef<JObject<'local>> for JPrimitiveArray<'local, T> { implementation 42 impl<'local, T: TypeArray> ::std::ops::Deref for JPrimitiveArray<'local, T> { implementation 57 impl<'local, T: TypeArray> From<JObject<'local>> for JPrimitiveArray<'local, T> { implementation 64 impl<'local, 'obj_ref, T: TypeArray> From<&'obj_ref JObject<'local>> 69 unsafe { &*(other as *const JObject<'local> as *const JPrimitiveArray<'local, T>) } in from() constant 73 impl<'local, T: TypeArray> std::default::Default for JPrimitiveArray<'local, T> { implementation 82 impl<'local, T: TypeArray> JPrimitiveArray<'local, T> { implementation [all …]
|