Struct jni_sys::JNINativeMethod [] [src]

#[repr(C)]
pub struct JNINativeMethod { pub name: *mut c_char, pub signature: *mut c_char, pub fnPtr: *mut c_void, }

Fields

Trait Implementations

impl Copy for JNINativeMethod
[src]

impl Clone for JNINativeMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more