Struct jni::sys::JNIInvokeInterface_ [] [src]

pub struct JNIInvokeInterface_ {
    pub reserved0: *mut c_void,
    pub reserved1: *mut c_void,
    pub reserved2: *mut c_void,
    pub DestroyJavaVM: Option<unsafe extern fn(vm: *mut JavaVM) -> jint>,
    pub AttachCurrentThread: Option<unsafe extern fn(vm: *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint>,
    pub DetachCurrentThread: Option<unsafe extern fn(vm: *mut JavaVM) -> jint>,
    pub GetEnv: Option<unsafe extern fn(vm: *mut JavaVM, penv: *mut *mut c_void, version: jint) -> jint>,
    pub AttachCurrentThreadAsDaemon: Option<unsafe extern fn(vm: *mut JavaVM, penv: *mut *mut c_void, args: *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 Debug for JNIInvokeInterface_
[src]

Formats the value using the given formatter.

impl Default for JNIInvokeInterface_
[src]

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