Crate jni_bind

Source

Re-exports§

pub use jni;

Modules§

export

Macros§

import_class
import_interface

Structs§

JNIEnv
FFI-compatible JNIEnv struct. You can safely use this as the JNIEnv argument to exported methods that will be called by java. This is where most of the magic happens. All methods on this object are wrappers around JNI functions, so the documentation on their behavior is still pretty applicable.

Traits§

IsA
this trait should only be implemented by macro. Manually implementing this trait may cause undefined behaviour
JBindingType
this trait should only be implemented by macro, manually implement this trait will cause undefined behaviour
JReturnType

Type Aliases§

jboolean
jbyte
jchar
jdouble
jfloat
jint
jlong
jshort