#[repr(C)]pub struct __db_logvrfy_config {
pub continue_after_fail: c_int,
pub verbose: c_int,
pub cachesize: u_int32_t,
pub temp_envhome: *const c_char,
pub dbfile: *const c_char,
pub dbname: *const c_char,
pub start_lsn: DB_LSN,
pub end_lsn: DB_LSN,
pub start_time: time_t,
pub end_time: time_t,
}Fields§
§continue_after_fail: c_int§verbose: c_int§cachesize: u_int32_t§temp_envhome: *const c_char§dbfile: *const c_char§dbname: *const c_char§start_lsn: DB_LSN§end_lsn: DB_LSN§start_time: time_t§end_time: time_tTrait Implementations§
Source§impl Clone for __db_logvrfy_config
impl Clone for __db_logvrfy_config
Source§fn clone(&self) -> __db_logvrfy_config
fn clone(&self) -> __db_logvrfy_config
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_logvrfy_config
impl Debug for __db_logvrfy_config
Source§impl Default for __db_logvrfy_config
impl Default for __db_logvrfy_config
impl Copy for __db_logvrfy_config
Auto Trait Implementations§
impl Freeze for __db_logvrfy_config
impl RefUnwindSafe for __db_logvrfy_config
impl !Send for __db_logvrfy_config
impl !Sync for __db_logvrfy_config
impl Unpin for __db_logvrfy_config
impl UnwindSafe for __db_logvrfy_config
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