#[repr(C)]pub struct JNINativeMethod {
pub name: *const c_char,
pub signature: *const c_char,
pub fn_ptr: *mut c_void,
}
Fields§
§name: *const c_char
§signature: *const c_char
§fn_ptr: *mut c_void
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