[][src]Struct libdb_sys::ffi::__db_bt_stat

#[repr(C)]
pub struct __db_bt_stat {
    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_tbt_version: u_int32_tbt_metaflags: u_int32_tbt_nkeys: u_int32_tbt_ndata: u_int32_tbt_pagecnt: u_int32_tbt_pagesize: u_int32_tbt_minkey: u_int32_tbt_re_len: u_int32_tbt_re_pad: u_int32_tbt_levels: u_int32_tbt_int_pg: u_int32_tbt_leaf_pg: u_int32_tbt_dup_pg: u_int32_tbt_over_pg: u_int32_tbt_empty_pg: u_int32_tbt_free: u_int32_tbt_int_pgfree: uintmax_tbt_leaf_pgfree: uintmax_tbt_dup_pgfree: uintmax_tbt_over_pgfree: uintmax_t

Trait Implementations

impl Clone for __db_bt_stat[src]

impl Copy for __db_bt_stat[src]

impl Debug for __db_bt_stat[src]

impl Default for __db_bt_stat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.