#[repr(transparent)]pub struct JShort(pub i16);
Tuple Fields§
§0: i16
Trait Implementations§
Source§impl<'local> IntoJavaType<'local, JObject<'local>> for JShort
impl<'local> IntoJavaType<'local, JObject<'local>> for JShort
Source§impl<'local> IntoRustType<'local, JShort> for JObject<'local>
impl<'local> IntoRustType<'local, JShort> for JObject<'local>
Source§impl<'local> JTypeInfo<'local> for JShort
impl<'local> JTypeInfo<'local> for JShort
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 JShort
impl RefUnwindSafe for JShort
impl Send for JShort
impl Sync for JShort
impl Unpin for JShort
impl UnwindSafe for JShort
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