Type Definition jni::sys::jshort

source ·
pub type jshort = i16;

Trait Implementations§

source§

impl<O> TryFrom<JValueGen<O>> for jshort

§

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 jshort