pub struct TabulaVM(/* private fields */);Expand description
§Java VM capable of using Tabula
Can be created using TabulaVM::new() or by putting a jni::JavaVM as it’s first inner parameter
Implementations§
Auto Trait Implementations§
impl Freeze for TabulaVM
impl RefUnwindSafe for TabulaVM
impl Send for TabulaVM
impl Sync for TabulaVM
impl Unpin for TabulaVM
impl UnwindSafe for TabulaVM
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