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