Struct mdbx_sys::MDBX_commit_latency
source · #[repr(C)]pub struct MDBX_commit_latency {
pub preparation: u32,
pub gc_wallclock: u32,
pub audit: u32,
pub write: u32,
pub sync: u32,
pub ending: u32,
pub whole: u32,
pub gc_cputime: u32,
pub gc_prof: MDBX_commit_latency__bindgen_ty_1,
}Fields§
§preparation: u32§gc_wallclock: u32§audit: u32§write: u32§sync: u32§ending: u32§whole: u32§gc_cputime: u32§gc_prof: MDBX_commit_latency__bindgen_ty_1Trait Implementations§
source§impl Clone for MDBX_commit_latency
impl Clone for MDBX_commit_latency
source§fn clone(&self) -> MDBX_commit_latency
fn clone(&self) -> MDBX_commit_latency
Returns a copy 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 more