Struct ndk_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