Type Alias java_bindgen::prelude::jboolean

source ·
pub type jboolean = u8;

Trait Implementations§

source§

impl<'local> IntoRustType<'local, bool> for jboolean

source§

fn into_rust(self, _: &mut JNIEnv<'local>) -> JResult<bool>