Enum jni::sys::_jobjectType [] [src]

pub enum _jobjectType {
    JNIInvalidRefType,
    JNILocalRefType,
    JNIGlobalRefType,
    JNIWeakGlobalRefType,
}

Variants

Trait Implementations

impl Copy for _jobjectType
[src]

impl Clone for _jobjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _jobjectType
[src]

Formats the value using the given formatter.