Type Definition jni::objects::JDoubleArray

source ·
pub type JDoubleArray<'local> = JPrimitiveArray<'local, jdouble>;
Expand description

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