pub struct JVoid();
Trait Implementations§
Source§impl<'local> JTypeInfo<'local> for JVoid
impl<'local> JTypeInfo<'local> for JVoid
fn j_return_type() -> ReturnType
fn j_type() -> JavaType
fn into_j_value(self, _: &mut JNIEnv<'local>) -> JResult<JValueOwned<'local>>
fn j_value_type(&self) -> JavaType
Auto Trait Implementations§
impl Freeze for JVoid
impl RefUnwindSafe for JVoid
impl Send for JVoid
impl Sync for JVoid
impl Unpin for JVoid
impl UnwindSafe for JVoid
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