Struct jni::sys::JNINativeMethod [−][src]
#[repr(C)]pub struct JNINativeMethod { pub name: *mut i8, pub signature: *mut i8, pub fnPtr: *mut c_void, }
Fields
name: *mut i8signature: *mut i8fnPtr: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JNINativeMethod
impl !Send for JNINativeMethod
impl !Sync for JNINativeMethod
impl Unpin for JNINativeMethod
impl UnwindSafe for JNINativeMethod
Blanket Implementations
Mutably borrows from an owned value. Read more