#[repr(C)]
pub struct MDBX_commit_latency__bindgen_ty_1 {
Show 19 fields pub wloops: u32, pub coalescences: u32, pub wipes: u32, pub flushes: u32, pub kicks: u32, pub work_counter: u32, pub work_rtime_monotonic: u32, pub work_xtime_monotonic: u32, pub work_rtime_cpu: u32, pub work_rsteps: u32, pub work_xpages: u32, pub work_majflt: u32, pub self_counter: u32, pub self_rtime_monotonic: u32, pub self_xtime_monotonic: u32, pub self_rtime_cpu: u32, pub self_rsteps: u32, pub self_xpages: u32, pub self_majflt: u32,
}

Fields

wloops: u32coalescences: u32wipes: u32flushes: u32kicks: u32work_counter: u32work_rtime_monotonic: u32work_xtime_monotonic: u32work_rtime_cpu: u32work_rsteps: u32work_xpages: u32work_majflt: u32self_counter: u32self_rtime_monotonic: u32self_xtime_monotonic: u32self_rtime_cpu: u32self_rsteps: u32self_xpages: u32self_majflt: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.