#[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_voidTrait Implementations§
Source§impl Clone for JNINativeMethod
impl Clone for JNINativeMethod
impl Copy for JNINativeMethod
Auto Trait Implementations§
impl !Send for JNINativeMethod
impl !Sync for JNINativeMethod
impl Freeze for JNINativeMethod
impl RefUnwindSafe for JNINativeMethod
impl Unpin for JNINativeMethod
impl UnsafeUnpin 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