#[repr(C)]pub struct __db_compact {
pub compact_fillpercent: u_int32_t,
pub compact_timeout: db_timeout_t,
pub compact_pages: u_int32_t,
pub compact_empty_buckets: u_int32_t,
pub compact_pages_free: u_int32_t,
pub compact_pages_examine: u_int32_t,
pub compact_levels: u_int32_t,
pub compact_deadlock: u_int32_t,
pub compact_pages_truncated: db_pgno_t,
pub compact_truncate: db_pgno_t,
}Fields§
§compact_fillpercent: u_int32_t§compact_timeout: db_timeout_t§compact_pages: u_int32_t§compact_empty_buckets: u_int32_t§compact_pages_free: u_int32_t§compact_pages_examine: u_int32_t§compact_levels: u_int32_t§compact_deadlock: u_int32_t§compact_pages_truncated: db_pgno_t§compact_truncate: db_pgno_tTrait Implementations§
Source§impl Clone for __db_compact
impl Clone for __db_compact
Source§fn clone(&self) -> __db_compact
fn clone(&self) -> __db_compact
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_compact
impl Debug for __db_compact
Source§impl Default for __db_compact
impl Default for __db_compact
Source§fn default() -> __db_compact
fn default() -> __db_compact
Returns the “default value” for a type. Read more
impl Copy for __db_compact
Auto Trait Implementations§
impl Freeze for __db_compact
impl RefUnwindSafe for __db_compact
impl Send for __db_compact
impl Sync for __db_compact
impl Unpin for __db_compact
impl UnwindSafe for __db_compact
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