pub unsafe extern "C" fn mdb_env_stat(
env: *mut MDB_env,
stat: *mut MDB_stat,
) -> c_int
Expand description
Return statistics about the LMDB environment.
ยงArguments
env
(direction in) - An environment handle returned by #mdb_env_create()stat
(direction out) - The address of an #MDB_stat structure where the statistics will be copied