Struct ndk_sys::JNINativeMethod [−][src]
#[repr(C)]pub struct JNINativeMethod {
pub name: *const c_char,
pub signature: *const c_char,
pub fnPtr: *mut c_void,
}
Fields
name: *const c_char
signature: *const c_char
fnPtr: *mut c_void
Trait 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