Struct jni_sys::JNIInvokeInterface_ [] [src]

#[repr(C)]
pub struct JNIInvokeInterface_ { pub reserved0: *mut c_void, pub reserved1: *mut c_void, pub reserved2: *mut c_void, pub DestroyJavaVM: Option<unsafe extern "system" fn(_: *mut JavaVM) -> jint>, pub AttachCurrentThread: Option<unsafe extern "system" fn(_: *mut JavaVM, _: *mut *mut c_void, _: *mut c_void) -> jint>, pub DetachCurrentThread: Option<unsafe extern "system" fn(_: *mut JavaVM) -> jint>, pub GetEnv: Option<unsafe extern "system" fn(_: *mut JavaVM, _: *mut *mut c_void, _: jint) -> jint>, pub AttachCurrentThreadAsDaemon: Option<unsafe extern "system" fn(_: *mut JavaVM, _: *mut *mut c_void, _: *mut c_void) -> jint>, }

Fields

Trait Implementations

impl Copy for JNIInvokeInterface_
[src]

impl Clone for JNIInvokeInterface_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JNIInvokeInterface_
[src]

Returns the "default value" for a type. Read more