#[repr(C)]pub struct JNIEnv_ {
pub functions: *const JNINativeInterface_,
}
Fields§
§functions: *const JNINativeInterface_
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JNIEnv_
impl RefUnwindSafe for JNIEnv_
impl !Send for JNIEnv_
impl !Sync for JNIEnv_
impl Unpin for JNIEnv_
impl UnwindSafe for JNIEnv_
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