Type Alias jchar

Source
pub type jchar = u16;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, char> for jchar

Source§

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

Source§

impl<'local> IntoRustType<'local, u16> for jchar

Source§

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