#[repr(C)]pub struct _JNIEnv {
pub functions: *const JNINativeInterface,
}Fields§
§functions: *const JNINativeInterfaceTrait 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