Enum jni::JNIVersion [−][src]
pub enum JNIVersion { V1, V2, V4, V6, V8, Invalid(i32), }
Expand description
JNI Version
This maps to the jni_sys::JNI_VERSION_1_*
constants.
Variants
Invalid(i32)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for JNIVersion
impl Send for JNIVersion
impl Sync for JNIVersion
impl Unpin for JNIVersion
impl UnwindSafe for JNIVersion
Blanket Implementations
Mutably borrows from an owned value. Read more