pub enum JniError {
Unknown(i32),
}
Expand description
Errors returned by JNI function.
Variants§
Trait Implementations§
impl Copy for JniError
impl Eq for JniError
impl StructuralPartialEq for JniError
Auto Trait Implementations§
impl Freeze for JniError
impl RefUnwindSafe for JniError
impl Send for JniError
impl Sync for JniError
impl Unpin for JniError
impl UnwindSafe for JniError
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