Crate jaffi_support

Crate jaffi_support 

Source

Re-exports§

pub use exceptions::Error;
pub use exceptions::Exception;
pub use exceptions::Throwable;
pub use jni;

Modules§

arrays
exceptions

Structs§

JavaBoolean
Boolean
JavaByte
Byte
JavaChar
Char
JavaDouble
Double
JavaFloat
Float
JavaInt
Int
JavaLong
Long
JavaShort
Short
JavaVoid
Void

Traits§

FromJavaToRust
FromJavaValue
Convert from a JValue (return type in Java) into the Rust type
FromRustToJava
IntoJavaValue
Convert from Rust type into JValue
JavaPrimitive
NullObject