Type Alias jshort

Source
pub type jshort = i16;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, i16> for jshort

Source§

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