#[repr(C)]pub struct JNINativeMethod {
pub name: *mut c_char,
pub signature: *mut c_char,
pub fnPtr: *mut c_void,
}
Fields§
§name: *mut c_char
§signature: *mut c_char
§fnPtr: *mut c_void
Trait Implementations§
Source§impl Clone for JNINativeMethod
impl Clone for JNINativeMethod
Source§impl Debug for JNINativeMethod
impl Debug for JNINativeMethod
impl Copy for JNINativeMethod
Auto Trait Implementations§
impl Freeze for JNINativeMethod
impl RefUnwindSafe for JNINativeMethod
impl !Send for JNINativeMethod
impl !Sync for JNINativeMethod
impl Unpin for JNINativeMethod
impl UnwindSafe for JNINativeMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more