#[repr(transparent)]pub struct Info(_);Expand description
Environment information.
Contains environment information about the map size, readers, last txn id etc.
Implementations
sourceimpl 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
Auto Trait Implementations
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more