Type Alias DB_LOG_STAT

Source
pub type DB_LOG_STAT = __db_log_stat;

Aliased Type§

struct DB_LOG_STAT {
Show 26 fields pub st_magic: u32, pub st_version: u32, pub st_mode: i32, pub st_lg_bsize: u32, pub st_lg_size: u32, pub st_wc_bytes: u32, pub st_wc_mbytes: u32, pub st_fileid_init: u32, pub st_nfileid: u32, pub st_maxnfileid: u32, pub st_record: u64, pub st_w_bytes: u32, pub st_w_mbytes: u32, pub st_wcount: u64, pub st_wcount_fill: u64, pub st_rcount: u64, pub st_scount: u64, pub st_region_wait: u64, pub st_region_nowait: u64, pub st_cur_file: u32, pub st_cur_offset: u32, pub st_disk_file: u32, pub st_disk_offset: u32, pub st_maxcommitperflush: u32, pub st_mincommitperflush: u32, pub st_regsize: usize,
}

Fields§

§st_magic: u32§st_version: u32§st_mode: i32§st_lg_bsize: u32§st_lg_size: u32§st_wc_bytes: u32§st_wc_mbytes: u32§st_fileid_init: u32§st_nfileid: u32§st_maxnfileid: u32§st_record: u64§st_w_bytes: u32§st_w_mbytes: u32§st_wcount: u64§st_wcount_fill: u64§st_rcount: u64§st_scount: u64§st_region_wait: u64§st_region_nowait: u64§st_cur_file: u32§st_cur_offset: u32§st_disk_file: u32§st_disk_offset: u32§st_maxcommitperflush: u32§st_mincommitperflush: u32§st_regsize: usize