Type Alias jint

Source
pub type jint = i32;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, i32> for jint

Source§

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