Struct lmdb_rs::MDB_stat []

#[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

Trait Implementations

impl Clone for MDB_stat

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MDB_stat