#[repr(C)]pub struct _jmethodID { /* private fields */ }
Trait Implementations§
Source§impl Clone for _jmethodID
impl Clone for _jmethodID
Source§fn clone(&self) -> _jmethodID
fn clone(&self) -> _jmethodID
Returns a duplicate 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 moreSource§impl Debug for _jmethodID
impl Debug for _jmethodID
impl Copy for _jmethodID
Auto Trait Implementations§
impl Freeze for _jmethodID
impl RefUnwindSafe for _jmethodID
impl Send for _jmethodID
impl Sync for _jmethodID
impl Unpin for _jmethodID
impl UnwindSafe for _jmethodID
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