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