#[repr(C)]pub struct JNINativeMethod {
pub name: *const c_char,
pub signature: *const c_char,
pub fnPtr: *mut c_void,
}Fields§
§name: *const c_char§signature: *const c_char§fnPtr: *mut c_voidTrait Implementations§
Source§impl Clone for JNINativeMethod
impl Clone for JNINativeMethod
Source§fn clone(&self) -> JNINativeMethod
fn clone(&self) -> JNINativeMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !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