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