Type Alias lmdb_master_sys::mdb_size_t

source ·
pub type mdb_size_t = usize;
Expand description

Unsigned type used for mapsize, entry counts and page/transaction IDs.

It is normally size_t, hence the name. Defining MDB_VL32 makes it
uint64_t, but do not try this unless you know what you are doing.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes