Type Alias jbyte

Source
pub type jbyte = i8;

Trait Implementations§

Source§

impl IsA<i8> for jbyte

Source§

unsafe fn as_ref(&self) -> &Self

Source§

impl JBindingType for jbyte

Source§

const SIGNATURE: &'static str = "B"

Source§

const NAME: &'static str = "byte"

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 jbyte

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