Type Alias jlong

Source
pub type jlong = i64;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, i64> for jlong

Source§

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