Enum jni::sys::jobjectRefType [−][src]
#[repr(C)] pub enum jobjectRefType { JNIInvalidRefType, JNILocalRefType, JNIGlobalRefType, JNIWeakGlobalRefType, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for jobjectRefType
impl Send for jobjectRefType
impl Sync for jobjectRefType
impl Unpin for jobjectRefType
impl UnwindSafe for jobjectRefType
Blanket Implementations
Mutably borrows from an owned value. Read more