Type Definition jni::sys::jdouble

source ·
pub type jdouble = f64;

Trait Implementations§

source§

impl<O> TryFrom<JValueGen<O>> for jdouble

§

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 jdouble