Structs§
- Jvm
- Holds a reference to the embedded JVM.
- JvmArray
- The Rust wrapper for the corresponding JVM class.
- JvmAttachment
- A native thread’s attachment to an embedded JVM.
There should be only exactly one
JvmAttachmentinstance at the same time. The thread is automatically detached whenJvmAttachmentgoes out of scope (RAII). - JvmBoolean
Array - The Rust wrapper for the corresponding JVM class.
- JvmByte
Array - The Rust wrapper for the corresponding JVM class.
- JvmChar
Array - The Rust wrapper for the corresponding JVM class.
- JvmClass
- The Rust wrapper for the corresponding JVM class.
- JvmDouble
Array - The Rust wrapper for the corresponding JVM class.
- JvmFloat
Array - The Rust wrapper for the corresponding JVM class.
- JvmInt
Array - The Rust wrapper for the corresponding JVM class.
- JvmLong
Array - The Rust wrapper for the corresponding JVM class.
- JvmMethod
- Represents a method in a class in the JVM.
- JvmObject
- The Rust wrapper for the corresponding JVM class.
- JvmObject
Array - The Rust wrapper for the corresponding JVM class.
- JvmShort
Array - The Rust wrapper for the corresponding JVM class.
- JvmString
- The Rust wrapper for the corresponding JVM class.
- JvmThrowable
- The Rust wrapper for the corresponding JVM class.
Constants§
Functions§
- jvalue_
from_ jboolean - Wraps a
jbooleanin ajvalue. - jvalue_
from_ jbyte - Wraps a
jbytein ajvalue. - jvalue_
from_ jchar - Wraps a
jcharin ajvalue. - jvalue_
from_ jdouble - Wraps a
jdoublein ajvalue. - jvalue_
from_ jfloat - Wraps a
jfloatin ajvalue. - jvalue_
from_ jint - Wraps a
jintin ajvalue. - jvalue_
from_ jlong - Wraps a
jlongin ajvalue. - jvalue_
from_ jobject - Wraps a
jobjectin ajvalue. - jvalue_
from_ jshort - Wraps a
jshortin ajvalue.
Type Aliases§
- JNIEnv
- jarray
- jboolean
- jboolean
Array - jbyte
- jbyte
Array - jchar
- jchar
Array - jdouble
- jdouble
Array - jfloat
- jfloat
Array - jint
- jint
Array - jlong
- jlong
Array - jobject
- jobject
Array - jshort
- jshort
Array - jthrowable