Struct liblmdb_sys_m::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 Copy for MDB_stat
[src]

impl Clone for MDB_stat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MDB_stat

impl Sync for MDB_stat