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_charsignature: *const c_charfnPtr: *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