pub struct JTimerInfo<'a> {
pub max_value: jlong,
pub may_skip_forward: bool,
pub may_skip_backward: bool,
pub kind: JvmtiTimerKind,
pub reserved1: jlong,
pub reserved2: jlong,
/* private fields */
}
Fields§
§max_value: jlong
§may_skip_forward: bool
§may_skip_backward: bool
§kind: JvmtiTimerKind
§reserved1: jlong
§reserved2: jlong
Implementations§
Source§impl<'a> JTimerInfo<'a>
impl<'a> JTimerInfo<'a>
pub fn empty_raw() -> jvmtiTimerInfo
Trait Implementations§
Source§impl<'a> Debug for JTimerInfo<'a>
impl<'a> Debug for JTimerInfo<'a>
Source§impl<'a> From<_jvmtiTimerInfo> for JTimerInfo<'a>
impl<'a> From<_jvmtiTimerInfo> for JTimerInfo<'a>
Source§fn from(info: jvmtiTimerInfo) -> Self
fn from(info: jvmtiTimerInfo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for JTimerInfo<'a>
impl<'a> RefUnwindSafe for JTimerInfo<'a>
impl<'a> Send for JTimerInfo<'a>
impl<'a> Sync for JTimerInfo<'a>
impl<'a> Unpin for JTimerInfo<'a>
impl<'a> UnwindSafe for JTimerInfo<'a>
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