#[repr(C)]pub struct MDBX_stat {
pub ms_psize: u32,
pub ms_depth: u32,
pub ms_branch_pages: u64,
pub ms_leaf_pages: u64,
pub ms_overflow_pages: u64,
pub ms_entries: u64,
pub ms_mod_txnid: u64,
}Fields
ms_psize: u32ms_depth: u32ms_branch_pages: u64ms_leaf_pages: u64ms_overflow_pages: u64ms_entries: u64ms_mod_txnid: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MDBX_stat
impl Send for MDBX_stat
impl Sync for MDBX_stat
impl Unpin for MDBX_stat
impl UnwindSafe for MDBX_stat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more