#[repr(C)]pub struct __db_qam_stat {Show 13 fields
    pub qs_magic: u_int32_t,
    pub qs_version: u_int32_t,
    pub qs_metaflags: u_int32_t,
    pub qs_nkeys: u_int32_t,
    pub qs_ndata: u_int32_t,
    pub qs_pagesize: u_int32_t,
    pub qs_extentsize: u_int32_t,
    pub qs_pages: u_int32_t,
    pub qs_re_len: u_int32_t,
    pub qs_re_pad: u_int32_t,
    pub qs_pgfree: u_int32_t,
    pub qs_first_recno: u_int32_t,
    pub qs_cur_recno: u_int32_t,
}Fields§
§qs_magic: u_int32_t§qs_version: u_int32_t§qs_metaflags: u_int32_t§qs_nkeys: u_int32_t§qs_ndata: u_int32_t§qs_pagesize: u_int32_t§qs_extentsize: u_int32_t§qs_pages: u_int32_t§qs_re_len: u_int32_t§qs_re_pad: u_int32_t§qs_pgfree: u_int32_t§qs_first_recno: u_int32_t§qs_cur_recno: u_int32_tTrait Implementations§
Source§impl Clone for __db_qam_stat
 
impl Clone for __db_qam_stat
Source§fn clone(&self) -> __db_qam_stat
 
fn clone(&self) -> __db_qam_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_qam_stat
 
impl Debug for __db_qam_stat
Source§impl Default for __db_qam_stat
 
impl Default for __db_qam_stat
Source§fn default() -> __db_qam_stat
 
fn default() -> __db_qam_stat
Returns the “default value” for a type. Read more
impl Copy for __db_qam_stat
Auto Trait Implementations§
impl Freeze for __db_qam_stat
impl RefUnwindSafe for __db_qam_stat
impl Send for __db_qam_stat
impl Sync for __db_qam_stat
impl Unpin for __db_qam_stat
impl UnwindSafe for __db_qam_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