Type Alias jfloat

Source
pub type jfloat = f32;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, f32> for jfloat

Source§

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