#[repr(C)]pub struct JNINativeMethod {
pub name: *mut i8,
pub signature: *mut i8,
pub fnPtr: *mut c_void,
}
Fields§
§name: *mut i8
§signature: *mut i8
§fnPtr: *mut c_void
Trait Implementations§
Source§impl Clone for JNINativeMethod
impl Clone for JNINativeMethod
Source§fn clone(&self) -> JNINativeMethod
fn clone(&self) -> JNINativeMethod
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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