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