Struct lmdb_zero::EnvInfo [] [src]

pub struct EnvInfo {
    pub mapaddr: *const c_void,
    pub mapsize: usize,
    pub last_pgno: usize,
    pub last_txnid: usize,
    pub maxreaders: u32,
    pub numreaders: u32,
}

Configuration information about an environment.

Fields

Address of map, if fixed

Size of the data memory map

ID of the last used page

ID of the last committed transaction

max reader slots in the environment

max reader slots used in the environment

Trait Implementations

impl Debug for EnvInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnvInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EnvInfo
[src]

Auto Trait Implementations

impl !Send for EnvInfo

impl !Sync for EnvInfo