Struct mdbx_ffi::MDBX_envinfo[][src]

#[repr(C)]
pub struct MDBX_envinfo {
Show 24 fields pub mi_geo: MDBX_envinfo__bindgen_ty_1, pub mi_mapsize: u64, pub mi_last_pgno: u64, pub mi_recent_txnid: u64, pub mi_latter_reader_txnid: u64, pub mi_self_latter_reader_txnid: u64, pub mi_meta0_txnid: u64, pub mi_meta0_sign: u64, pub mi_meta1_txnid: u64, pub mi_meta1_sign: u64, pub mi_meta2_txnid: u64, pub mi_meta2_sign: u64, pub mi_maxreaders: u32, pub mi_numreaders: u32, pub mi_dxb_pagesize: u32, pub mi_sys_pagesize: u32, pub mi_bootid: MDBX_envinfo__bindgen_ty_2, pub mi_unsync_volume: u64, pub mi_autosync_threshold: u64, pub mi_since_sync_seconds16dot16: u32, pub mi_autosync_period_seconds16dot16: u32, pub mi_since_reader_check_seconds16dot16: u32, pub mi_mode: u32, pub mi_pgop_stat: MDBX_envinfo__bindgen_ty_3,
}

Fields

mi_geo: MDBX_envinfo__bindgen_ty_1mi_mapsize: u64mi_last_pgno: u64mi_recent_txnid: u64mi_latter_reader_txnid: u64mi_self_latter_reader_txnid: u64mi_meta0_txnid: u64mi_meta0_sign: u64mi_meta1_txnid: u64mi_meta1_sign: u64mi_meta2_txnid: u64mi_meta2_sign: u64mi_maxreaders: u32mi_numreaders: u32mi_dxb_pagesize: u32mi_sys_pagesize: u32mi_bootid: MDBX_envinfo__bindgen_ty_2mi_unsync_volume: u64mi_autosync_threshold: u64mi_since_sync_seconds16dot16: u32mi_autosync_period_seconds16dot16: u32mi_since_reader_check_seconds16dot16: u32mi_mode: u32mi_pgop_stat: MDBX_envinfo__bindgen_ty_3

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.