Type Definition jni::sys::jlong

source ·
pub type jlong = i64;

Trait Implementations§

source§

impl<O> TryFrom<JValueGen<O>> for jlong

§

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 jlong