Type Definition jni::sys::jboolean

source ·
pub type jboolean = u8;

Trait Implementations§

source§

impl<O> TryFrom<JValueGen<O>> for jboolean

§

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 jboolean