#[repr(C)]pub struct __db_log_stat {Show 26 fields
pub st_magic: u_int32_t,
pub st_version: u_int32_t,
pub st_mode: i32,
pub st_lg_bsize: u_int32_t,
pub st_lg_size: u_int32_t,
pub st_wc_bytes: u_int32_t,
pub st_wc_mbytes: u_int32_t,
pub st_fileid_init: u_int32_t,
pub st_nfileid: u_int32_t,
pub st_maxnfileid: u_int32_t,
pub st_record: uintmax_t,
pub st_w_bytes: u_int32_t,
pub st_w_mbytes: u_int32_t,
pub st_wcount: uintmax_t,
pub st_wcount_fill: uintmax_t,
pub st_rcount: uintmax_t,
pub st_scount: uintmax_t,
pub st_region_wait: uintmax_t,
pub st_region_nowait: uintmax_t,
pub st_cur_file: u_int32_t,
pub st_cur_offset: u_int32_t,
pub st_disk_file: u_int32_t,
pub st_disk_offset: u_int32_t,
pub st_maxcommitperflush: u_int32_t,
pub st_mincommitperflush: u_int32_t,
pub st_regsize: roff_t,
}
Fields§
§st_magic: u_int32_t
§st_version: u_int32_t
§st_mode: i32
§st_lg_bsize: u_int32_t
§st_lg_size: u_int32_t
§st_wc_bytes: u_int32_t
§st_wc_mbytes: u_int32_t
§st_fileid_init: u_int32_t
§st_nfileid: u_int32_t
§st_maxnfileid: u_int32_t
§st_record: uintmax_t
§st_w_bytes: u_int32_t
§st_w_mbytes: u_int32_t
§st_wcount: uintmax_t
§st_wcount_fill: uintmax_t
§st_rcount: uintmax_t
§st_scount: uintmax_t
§st_region_wait: uintmax_t
§st_region_nowait: uintmax_t
§st_cur_file: u_int32_t
§st_cur_offset: u_int32_t
§st_disk_file: u_int32_t
§st_disk_offset: u_int32_t
§st_maxcommitperflush: u_int32_t
§st_mincommitperflush: u_int32_t
§st_regsize: roff_t
Trait Implementations§
Source§impl Clone for __db_log_stat
impl Clone for __db_log_stat
Source§fn clone(&self) -> __db_log_stat
fn clone(&self) -> __db_log_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_log_stat
impl Debug for __db_log_stat
Source§impl Default for __db_log_stat
impl Default for __db_log_stat
Source§fn default() -> __db_log_stat
fn default() -> __db_log_stat
Returns the “default value” for a type. Read more
impl Copy for __db_log_stat
Auto Trait Implementations§
impl Freeze for __db_log_stat
impl RefUnwindSafe for __db_log_stat
impl Send for __db_log_stat
impl Sync for __db_log_stat
impl Unpin for __db_log_stat
impl UnwindSafe for __db_log_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