Type Alias java_bindgen::prelude::jbyte

source ·
pub type jbyte = i8;

Trait Implementations§

source§

impl<'local> IntoRustType<'local, i8> for jbyte

source§

fn into_rust(self, _: &mut JNIEnv<'local>) -> JResult<i8>

source§

impl<'local> IntoRustType<'local, u8> for jbyte

source§

fn into_rust(self, _: &mut JNIEnv<'local>) -> JResult<u8>