#[repr(C)]pub struct __db_bt_stat {Show 21 fields
pub bt_magic: u_int32_t,
pub bt_version: u_int32_t,
pub bt_metaflags: u_int32_t,
pub bt_nkeys: u_int32_t,
pub bt_ndata: u_int32_t,
pub bt_pagecnt: u_int32_t,
pub bt_pagesize: u_int32_t,
pub bt_minkey: u_int32_t,
pub bt_re_len: u_int32_t,
pub bt_re_pad: u_int32_t,
pub bt_levels: u_int32_t,
pub bt_int_pg: u_int32_t,
pub bt_leaf_pg: u_int32_t,
pub bt_dup_pg: u_int32_t,
pub bt_over_pg: u_int32_t,
pub bt_empty_pg: u_int32_t,
pub bt_free: u_int32_t,
pub bt_int_pgfree: uintmax_t,
pub bt_leaf_pgfree: uintmax_t,
pub bt_dup_pgfree: uintmax_t,
pub bt_over_pgfree: uintmax_t,
}
Fields§
§bt_magic: u_int32_t
§bt_version: u_int32_t
§bt_metaflags: u_int32_t
§bt_nkeys: u_int32_t
§bt_ndata: u_int32_t
§bt_pagecnt: u_int32_t
§bt_pagesize: u_int32_t
§bt_minkey: u_int32_t
§bt_re_len: u_int32_t
§bt_re_pad: u_int32_t
§bt_levels: u_int32_t
§bt_int_pg: u_int32_t
§bt_leaf_pg: u_int32_t
§bt_dup_pg: u_int32_t
§bt_over_pg: u_int32_t
§bt_empty_pg: u_int32_t
§bt_free: u_int32_t
§bt_int_pgfree: uintmax_t
§bt_leaf_pgfree: uintmax_t
§bt_dup_pgfree: uintmax_t
§bt_over_pgfree: uintmax_t
Trait Implementations§
Source§impl Clone for __db_bt_stat
impl Clone for __db_bt_stat
Source§fn clone(&self) -> __db_bt_stat
fn clone(&self) -> __db_bt_stat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __db_bt_stat
impl Debug for __db_bt_stat
Source§impl Default for __db_bt_stat
impl Default for __db_bt_stat
Source§fn default() -> __db_bt_stat
fn default() -> __db_bt_stat
Returns the “default value” for a type. Read more
impl Copy for __db_bt_stat
Auto Trait Implementations§
impl Freeze for __db_bt_stat
impl RefUnwindSafe for __db_bt_stat
impl Send for __db_bt_stat
impl Sync for __db_bt_stat
impl Unpin for __db_bt_stat
impl UnwindSafe for __db_bt_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