Struct ndk_sys::_JavaVM [−][src]
#[repr(C)]pub struct _JavaVM {
pub functions: *const JNIInvokeInterface,
}
Fields
functions: *const JNIInvokeInterface
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _JavaVM
impl UnwindSafe for _JavaVM
Blanket Implementations
Mutably borrows from an owned value. Read more