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