Type Definition jni::objects::JIntArray

source ·
pub type JIntArray<'local> = JPrimitiveArray<'local, jint>;
Expand description

Lifetime’d representation of a crate::sys::jintArray which wraps a JObject reference