Struct rpgffi::IndexVacuumInfo [] [src]

#[repr(C)]
pub struct IndexVacuumInfo { pub index: Relation, pub analyze_only: bool_, pub estimated_count: bool_, pub message_level: c_int, pub num_heap_tuples: f64, pub strategy: BufferAccessStrategy, }

Fields

Trait Implementations

impl Copy for IndexVacuumInfo
[src]

impl Clone for IndexVacuumInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more