Type Alias java_bindgen::prelude::jdouble

source ·
pub type jdouble = f64;

Trait Implementations§

source§

impl<'local> IntoRustType<'local, f64> for jdouble

source§

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