Enum rust_jni::JniError[][src]

pub enum JniError {
    Unknown(i32),
}

Errors returned by JNI function.

JNI documentation

Variants

Unknown error. Needed for forward compability.

Trait Implementations

impl Debug for JniError
[src]

Formats the value using the given formatter. Read more

impl Clone for JniError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for JniError
[src]

impl PartialEq for JniError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for JniError
[src]

Auto Trait Implementations

impl Send for JniError

impl Sync for JniError