Struct jni::sys::JNIEnv_ [] [src]

pub struct JNIEnv_ {
    pub functions: *const JNINativeInterface_,
}

Fields

Trait Implementations

impl Copy for JNIEnv_
[src]

impl Clone for JNIEnv_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JNIEnv_
[src]

Formats the value using the given formatter.

impl Default for JNIEnv_
[src]

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