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