#[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: u32
§ms_depth: u32
§ms_branch_pages: u64
§ms_leaf_pages: u64
§ms_overflow_pages: u64
§ms_entries: u64
§ms_mod_txnid: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDBX_stat
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§
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: 48 bytes