#[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
Source§fn clone(&self) -> mi_stat_counter_t
fn clone(&self) -> mi_stat_counter_t
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 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
Source§fn default() -> mi_stat_counter_t
fn default() -> mi_stat_counter_t
Returns the “default value” for a type. Read more
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