#[repr(C)]
pub struct AutoVacOpts {Show fields
pub enabled: bool,
pub vacuum_threshold: c_int,
pub vacuum_ins_threshold: c_int,
pub analyze_threshold: c_int,
pub vacuum_cost_limit: c_int,
pub freeze_min_age: c_int,
pub freeze_max_age: c_int,
pub freeze_table_age: c_int,
pub multixact_freeze_min_age: c_int,
pub multixact_freeze_max_age: c_int,
pub multixact_freeze_table_age: c_int,
pub log_min_duration: c_int,
pub vacuum_cost_delay: float8,
pub vacuum_scale_factor: float8,
pub vacuum_ins_scale_factor: float8,
pub analyze_scale_factor: float8,
}
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.