Struct lmdb_sys::MDB_stat [] [src]

#[repr(C)]
pub struct MDB_stat { pub ms_psize: c_uint, pub ms_depth: c_uint, pub ms_branch_pages: size_t, pub ms_leaf_pages: size_t, pub ms_overflow_pages: size_t, pub ms_entries: size_t, }

Fields

Trait Implementations

impl Clone for MDB_stat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MDB_stat
[src]