#[repr(C)]pub enum jvmtiJlocationFormat {
JVMTI_JLOCATION_JVMBCI = 1,
JVMTI_JLOCATION_MACHINEPC = 2,
JVMTI_JLOCATION_OTHER = 0,
}
Variants§
Trait Implementations§
Source§impl Clone for jvmtiJlocationFormat
impl Clone for jvmtiJlocationFormat
Source§fn clone(&self) -> jvmtiJlocationFormat
fn clone(&self) -> jvmtiJlocationFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for jvmtiJlocationFormat
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