Type Alias java_bindgen::prelude::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>