Type Definition jni::objects::JLongArray

source ·
pub type JLongArray<'local> = JPrimitiveArray<'local, jlong>;
Expand description

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