Enum jni_sys::jobjectRefType
[−]
[src]
#[repr(C)]pub enum jobjectRefType { JNIInvalidRefType, JNILocalRefType, JNIGlobalRefType, JNIWeakGlobalRefType, }
Variants
JNIInvalidRefTypeJNILocalRefTypeJNIGlobalRefTypeJNIWeakGlobalRefTypeTrait Implementations
impl Clone for jobjectRefType[src]
fn clone(&self) -> jobjectRefType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more