#[repr(C)]pub enum jvmtiTimerKind {
JVMTI_TIMER_USER_CPU = 30,
JVMTI_TIMER_TOTAL_CPU = 31,
JVMTI_TIMER_ELAPSED = 32,
}
Variants§
Trait Implementations§
Source§impl Clone for jvmtiTimerKind
impl Clone for jvmtiTimerKind
Source§fn clone(&self) -> jvmtiTimerKind
fn clone(&self) -> jvmtiTimerKind
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 jvmtiTimerKind
Auto Trait Implementations§
impl Freeze for jvmtiTimerKind
impl RefUnwindSafe for jvmtiTimerKind
impl Send for jvmtiTimerKind
impl Sync for jvmtiTimerKind
impl Unpin for jvmtiTimerKind
impl UnwindSafe for jvmtiTimerKind
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