Crate jni_bind

source ·

Re-exports§

Modules§

Macros§

Structs§

  • 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§

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

Type Aliases§