#[repr(C)]pub struct MDBX_envinfo {Show 21 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_meta_txnid: [u64; 3],
pub mi_meta_sign: [u64; 3],
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,
pub mi_dxbid: MDBX_envinfo__bindgen_ty_4,
}
Fields§
§mi_geo: MDBX_envinfo__bindgen_ty_1
§mi_mapsize: u64
§mi_last_pgno: u64
§mi_recent_txnid: u64
§mi_latter_reader_txnid: u64
§mi_self_latter_reader_txnid: u64
§mi_meta_txnid: [u64; 3]
§mi_meta_sign: [u64; 3]
§mi_maxreaders: u32
§mi_numreaders: u32
§mi_dxb_pagesize: u32
§mi_sys_pagesize: u32
§mi_bootid: MDBX_envinfo__bindgen_ty_2
§mi_unsync_volume: u64
§mi_autosync_threshold: u64
§mi_since_sync_seconds16dot16: u32
§mi_autosync_period_seconds16dot16: u32
§mi_since_reader_check_seconds16dot16: u32
§mi_mode: u32
§mi_pgop_stat: MDBX_envinfo__bindgen_ty_3
§mi_dxbid: MDBX_envinfo__bindgen_ty_4
Trait Implementations§
Source§impl Clone for MDBX_envinfo
impl Clone for MDBX_envinfo
Source§fn clone(&self) -> MDBX_envinfo
fn clone(&self) -> MDBX_envinfo
Returns a duplicate 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 moreSource§impl Debug for MDBX_envinfo
impl Debug for MDBX_envinfo
impl Copy for MDBX_envinfo
Auto Trait Implementations§
impl Freeze for MDBX_envinfo
impl RefUnwindSafe for MDBX_envinfo
impl Send for MDBX_envinfo
impl Sync for MDBX_envinfo
impl Unpin for MDBX_envinfo
impl UnwindSafe for MDBX_envinfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 352 bytes