Type Definition jni::sys::jfloat

source ·
pub type jfloat = f32;

Trait Implementations§

source§

impl<O> TryFrom<JValueGen<O>> for jfloat

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: JValueGen<O>) -> Result<Self>

Performs the conversion.
source§

impl TypeArray for jfloat