pub struct LineCounters {
pub regularExecuted: u64,
pub fallbackExecuted: u64,
pub vmExitTaken: u64,
}Fields§
§regularExecuted: u64§fallbackExecuted: u64§vmExitTaken: u64Trait Implementations§
Source§impl Clone for LineCounters
impl Clone for LineCounters
Source§fn clone(&self) -> LineCounters
fn clone(&self) -> LineCounters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineCounters
Source§impl Debug for LineCounters
impl Debug for LineCounters
Source§impl Default for LineCounters
impl Default for LineCounters
Source§fn default() -> LineCounters
fn default() -> LineCounters
Returns the “default value” for a type. Read more
impl Eq for LineCounters
Source§impl Hash for LineCounters
impl Hash for LineCounters
Source§impl PartialEq for LineCounters
impl PartialEq for LineCounters
Source§fn eq(&self, other: &LineCounters) -> bool
fn eq(&self, other: &LineCounters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineCounters
Auto Trait Implementations§
impl Freeze for LineCounters
impl RefUnwindSafe for LineCounters
impl Send for LineCounters
impl Sync for LineCounters
impl Unpin for LineCounters
impl UnsafeUnpin for LineCounters
impl UnwindSafe for LineCounters
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