#[repr(C)]pub struct jvmtiTimerInfo {
pub max_value: i64,
pub may_skip_forward: u8,
pub may_skip_backward: u8,
pub kind: jvmtiTimerKind,
pub reserved1: i64,
pub reserved2: i64,
}
Fields§
§max_value: i64
§may_skip_forward: u8
§may_skip_backward: u8
§kind: jvmtiTimerKind
§reserved1: i64
§reserved2: i64
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 Default for jvmtiTimerInfo
impl Default for jvmtiTimerInfo
Source§fn default() -> jvmtiTimerInfo
fn default() -> jvmtiTimerInfo
Returns the “default value” for a type. Read more
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