pub enum JvmtiVersionInterface {
Jni,
Jvmti,
Unsupported(jvmtiVersionInterface),
}
Variants§
Trait Implementations§
Source§impl Debug for JvmtiVersionInterface
impl Debug for JvmtiVersionInterface
Source§impl From<JvmtiVersionInterface> for jvmtiVersionInterface
impl From<JvmtiVersionInterface> for jvmtiVersionInterface
Source§fn from(value: JvmtiVersionInterface) -> Self
fn from(value: JvmtiVersionInterface) -> Self
Converts to this type from the input type.
Source§impl From<u32> for JvmtiVersionInterface
impl From<u32> for JvmtiVersionInterface
Source§fn from(value: jvmtiVersionInterface) -> Self
fn from(value: jvmtiVersionInterface) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JvmtiVersionInterface
impl RefUnwindSafe for JvmtiVersionInterface
impl Send for JvmtiVersionInterface
impl Sync for JvmtiVersionInterface
impl Unpin for JvmtiVersionInterface
impl UnwindSafe for JvmtiVersionInterface
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