Struct lmdb_rs::MDB_stat
[−]
[src]
#[repr(C)]pub struct MDB_stat { pub ms_psize: u32, pub ms_depth: u32, pub ms_branch_pages: usize, pub ms_leaf_pages: usize, pub ms_overflow_pages: usize, pub ms_entries: usize, }
Fields
ms_psize: u32
ms_depth: u32
ms_branch_pages: usize
ms_leaf_pages: usize
ms_overflow_pages: usize
ms_entries: usize
Trait Implementations
impl Copy for MDB_stat
[src]
impl Clone for MDB_stat
[src]
fn clone(&self) -> MDB_stat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more