pub enum JvmtiTimerKind {
UserCpu,
TotalCpu,
Elapsed,
Unsupported(jvmtiTimerKind),
}
Variants§
Trait Implementations§
Source§impl Debug for JvmtiTimerKind
impl Debug for JvmtiTimerKind
Source§impl From<JvmtiTimerKind> for jvmtiTimerKind
impl From<JvmtiTimerKind> for jvmtiTimerKind
Source§fn from(value: JvmtiTimerKind) -> Self
fn from(value: JvmtiTimerKind) -> Self
Converts to this type from the input type.
Source§impl From<u32> for JvmtiTimerKind
impl From<u32> for JvmtiTimerKind
Source§fn from(value: jvmtiTimerKind) -> Self
fn from(value: jvmtiTimerKind) -> Self
Converts to this type from the input type.
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