droid_wrap_utils

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§

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