Function lmdb_master_sys::mdb_env_info

source ·
pub unsafe extern "C" fn mdb_env_info(
    env: *mut MDB_env,
    stat: *mut MDB_envinfo,
) -> c_int
Expand description

Return information about the LMDB environment.

§Arguments

  • env (direction in) - An environment handle returned by #mdb_env_create()
  • stat (direction out) - The address of an #MDB_envinfo structure where the information will be copied