Struct jni::sys::JNIEnv_ [−][src]
#[repr(C)]pub struct JNIEnv_ { pub functions: *const JNINativeInterface_, }
Fields
functions: *const JNINativeInterface_
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JNIEnv_
impl UnwindSafe for JNIEnv_
Blanket Implementations
Mutably borrows from an owned value. Read more