Type Definition jni::objects::JBooleanArray

source ·
pub type JBooleanArray<'local> = JPrimitiveArray<'local, jboolean>;
Expand description

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