Enum jni_sys::jobjectRefType [] [src]

#[repr(C)]
pub enum jobjectRefType { JNIInvalidRefType, JNILocalRefType, JNIGlobalRefType, JNIWeakGlobalRefType, }

Variants

Trait Implementations

impl Clone for jobjectRefType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for jobjectRefType
[src]