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