Type Alias 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>