#[repr(transparent)]pub struct Info(_);Expand description
Environment information.
Contains environment information about the map size, readers, last txn id etc.
Implementations§
source§impl Info
impl Info
pub fn geometry(&self) -> GeometryInfo
sourcepub fn last_txnid(&self) -> usize
pub fn last_txnid(&self) -> usize
Last transaction ID
sourcepub fn max_readers(&self) -> usize
pub fn max_readers(&self) -> usize
Max reader slots in the environment
sourcepub fn num_readers(&self) -> usize
pub fn num_readers(&self) -> usize
Max reader slots used in the environment