#[repr(C)]pub struct IdaxPerformanceCounters {
pub log_messages: u64,
pub invariant_failures: u64,
}Fields§
§log_messages: u64§invariant_failures: u64Trait Implementations§
Source§impl Clone for IdaxPerformanceCounters
impl Clone for IdaxPerformanceCounters
Source§fn clone(&self) -> IdaxPerformanceCounters
fn clone(&self) -> IdaxPerformanceCounters
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 IdaxPerformanceCounters
impl Debug for IdaxPerformanceCounters
Source§impl Default for IdaxPerformanceCounters
impl Default for IdaxPerformanceCounters
Source§fn default() -> IdaxPerformanceCounters
fn default() -> IdaxPerformanceCounters
Returns the “default value” for a type. Read more
impl Copy for IdaxPerformanceCounters
Auto Trait Implementations§
impl Freeze for IdaxPerformanceCounters
impl RefUnwindSafe for IdaxPerformanceCounters
impl Send for IdaxPerformanceCounters
impl Sync for IdaxPerformanceCounters
impl Unpin for IdaxPerformanceCounters
impl UnsafeUnpin for IdaxPerformanceCounters
impl UnwindSafe for IdaxPerformanceCounters
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