#[repr(C)]pub struct MDB_stat {
pub ms_psize: c_uint,
pub ms_depth: c_uint,
pub ms_branch_pages: size_t,
pub ms_leaf_pages: size_t,
pub ms_overflow_pages: size_t,
pub ms_entries: size_t,
}
Fields§
§ms_psize: c_uint
§ms_depth: c_uint
§ms_branch_pages: size_t
§ms_leaf_pages: size_t
§ms_overflow_pages: size_t
§ms_entries: size_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDB_stat
impl RefUnwindSafe for MDB_stat
impl Send for MDB_stat
impl Sync for MDB_stat
impl Unpin for MDB_stat
impl UnwindSafe for MDB_stat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)