pub struct InitArgs { /* private fields */ }
Expand description
JavaVM InitArgs.
This API requires “invocation” feature to be enabled, see “Launching JVM from Rust”.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitArgs
impl !Send for InitArgs
impl !Sync for InitArgs
impl Unpin for InitArgs
impl UnwindSafe for InitArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more