#[repr(transparent)]pub struct JByte(pub i8);
Tuple Fields§
§0: i8
Trait Implementations§
Source§impl<'local> IntoJavaType<'local, JObject<'local>> for JByte
impl<'local> IntoJavaType<'local, JObject<'local>> for JByte
Source§impl<'local> IntoRustType<'local, JByte> for JObject<'local>
impl<'local> IntoRustType<'local, JByte> for JObject<'local>
Source§impl<'local> JTypeInfo<'local> for JByte
impl<'local> JTypeInfo<'local> for JByte
fn j_return_type() -> ReturnType
fn j_type() -> JavaType
fn into_j_value(self, env: &mut JNIEnv<'local>) -> JResult<JValueOwned<'local>>
fn j_value_type(&self) -> JavaType
Auto Trait Implementations§
impl Freeze for JByte
impl RefUnwindSafe for JByte
impl Send for JByte
impl Sync for JByte
impl Unpin for JByte
impl UnwindSafe for JByte
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more