Type Alias 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>