#[repr(C)]pub struct _jvmtiTimerInfo {
pub max_value: jlong,
pub may_skip_forward: jboolean,
pub may_skip_backward: jboolean,
pub kind: jvmtiTimerKind,
pub reserved1: jlong,
pub reserved2: jlong,
}
Fields§
§max_value: jlong
§may_skip_forward: jboolean
§may_skip_backward: jboolean
§kind: jvmtiTimerKind
§reserved1: jlong
§reserved2: jlong
Trait Implementations§
Source§impl Clone for _jvmtiTimerInfo
impl Clone for _jvmtiTimerInfo
Source§fn clone(&self) -> _jvmtiTimerInfo
fn clone(&self) -> _jvmtiTimerInfo
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 moreSource§impl Debug for _jvmtiTimerInfo
impl Debug for _jvmtiTimerInfo
impl Copy for _jvmtiTimerInfo
Auto Trait Implementations§
impl Freeze for _jvmtiTimerInfo
impl RefUnwindSafe for _jvmtiTimerInfo
impl Send for _jvmtiTimerInfo
impl Sync for _jvmtiTimerInfo
impl Unpin for _jvmtiTimerInfo
impl UnwindSafe for _jvmtiTimerInfo
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