#[repr(C)]pub struct JNIInvokeInterface__1_1 {
pub DestroyJavaVM: unsafe extern "system" fn(vm: *mut JavaVM) -> jint,
pub AttachCurrentThread: unsafe extern "system" fn(vm: *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint,
pub DetachCurrentThread: unsafe extern "system" fn(vm: *mut JavaVM) -> jint,
/* private fields */
}
Fields§
§DestroyJavaVM: unsafe extern "system" fn(vm: *mut JavaVM) -> jint
§AttachCurrentThread: unsafe extern "system" fn(vm: *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint
§DetachCurrentThread: unsafe extern "system" fn(vm: *mut JavaVM) -> jint
Trait Implementations§
Source§impl Clone for JNIInvokeInterface__1_1
impl Clone for JNIInvokeInterface__1_1
Source§fn clone(&self) -> JNIInvokeInterface__1_1
fn clone(&self) -> JNIInvokeInterface__1_1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for JNIInvokeInterface__1_1
Auto Trait Implementations§
impl Freeze for JNIInvokeInterface__1_1
impl RefUnwindSafe for JNIInvokeInterface__1_1
impl !Send for JNIInvokeInterface__1_1
impl !Sync for JNIInvokeInterface__1_1
impl Unpin for JNIInvokeInterface__1_1
impl UnwindSafe for JNIInvokeInterface__1_1
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