#[repr(C)]pub struct mi_stat_counter_t {
pub total: i64,
}Expand description
Mirrors mi_stat_counter_t: a monotonically increasing counter.
Fields§
§total: i64Total count.
Trait Implementations§
Source§impl Clone for mi_stat_counter_t
impl Clone for mi_stat_counter_t
impl Copy for mi_stat_counter_t
Source§impl Debug for mi_stat_counter_t
impl Debug for mi_stat_counter_t
Source§impl Default for mi_stat_counter_t
impl Default for mi_stat_counter_t
impl Eq for mi_stat_counter_t
Source§impl PartialEq for mi_stat_counter_t
impl PartialEq for mi_stat_counter_t
impl StructuralPartialEq for mi_stat_counter_t
Auto Trait Implementations§
impl Freeze for mi_stat_counter_t
impl RefUnwindSafe for mi_stat_counter_t
impl Send for mi_stat_counter_t
impl Sync for mi_stat_counter_t
impl Unpin for mi_stat_counter_t
impl UnsafeUnpin for mi_stat_counter_t
impl UnwindSafe for mi_stat_counter_t
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