Struct rpgffi::AutoVacOpts [] [src]

#[repr(C)]
pub struct AutoVacOpts { pub enabled: bool_, pub vacuum_threshold: c_int, pub analyze_threshold: c_int, pub vacuum_cost_delay: 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_scale_factor: float8, pub analyze_scale_factor: float8, }

Fields

Trait Implementations

impl Copy for AutoVacOpts
[src]

impl Clone for AutoVacOpts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more