JBooleanArray

Type Alias JBooleanArray 

Source
pub type JBooleanArray<'local> = JPrimitiveArray<'local, u8>;
Expand description

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

Aliased Type§

pub struct JBooleanArray<'local> { /* private fields */ }