Enum jni::sys::_jmethodID
source · [−]pub enum _jmethodID {}
Auto Trait Implementations
impl RefUnwindSafe for _jmethodID
impl Send for _jmethodID
impl Sync for _jmethodID
impl Unpin for _jmethodID
impl UnwindSafe for _jmethodID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more