jboolean

Type Alias jboolean 

Source
pub type jboolean = u8;

Trait Implementations§

Source§

impl IsA<u8> for jboolean

Source§

unsafe fn as_ref(&self) -> &jboolean

Source§

impl JBindingType for jboolean

Source§

const SIGNATURE: &'static str = "Z"

Source§

const NAME: &'static str = "boolean"

Source§

unsafe fn to_jvalue(&self) -> jvalue

Source§

unsafe fn to_jvalue_ref<'obj_ref>(&'obj_ref self) -> JValue<'_, 'obj_ref>

Source§

impl JReturnType for jboolean

Source§

const SIGNATURE: &'static str = <Self as JBindingType>::SIGNATURE

Source§

const NAME: &'static str = <Self as JBindingType>::NAME

Source§

const JNI_RETURN_TY: ReturnType

Source§

unsafe fn from_jvalue(_env: &mut JNIEnv<'_>, value: jvalue) -> Self