Struct jni::strings::JNIString  [−][src]
pub struct JNIString { /* fields omitted */ }Expand description
Wrapper for std::ffi::CString that also takes care of encoding between
UTF-8 and Java’s Modified UTF-8. As with CString, this implements Deref
to &JNIStr.
Implementations
Methods from Deref<Target = JNIStr>
Trait Implementations
Look up the concrete type from the JVM.