jchar

Type Alias jchar 

Source
pub type jchar = u16;

Trait Implementations§

Source§

impl IsA<u16> for jchar

Source§

unsafe fn as_ref(&self) -> &Self

Source§

impl JBindingType for jchar

Source§

const SIGNATURE: &'static str = "C"

Source§

const NAME: &'static str = "char"

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 jchar

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