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