#[repr(C)]pub struct MDB_envinfo {
pub me_mapaddr: *const c_void,
pub me_mapsize: size_t,
pub me_last_pgno: size_t,
pub me_last_txnid: size_t,
pub me_maxreaders: c_uint,
pub me_numreaders: c_uint,
}Fields§
§me_mapaddr: *const c_void§me_mapsize: size_t§me_last_pgno: size_t§me_last_txnid: size_t§me_maxreaders: c_uint§me_numreaders: c_uintAuto Trait Implementations§
impl Freeze for MDB_envinfo
impl RefUnwindSafe for MDB_envinfo
impl !Send for MDB_envinfo
impl !Sync for MDB_envinfo
impl Unpin for MDB_envinfo
impl UnwindSafe for MDB_envinfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more