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