Struct rpgffi::IndexBulkDeleteResult [] [src]

#[repr(C)]
pub struct IndexBulkDeleteResult { pub num_pages: BlockNumber, pub pages_removed: BlockNumber, pub estimated_count: bool_, pub num_index_tuples: f64, pub tuples_removed: f64, pub pages_deleted: BlockNumber, pub pages_free: BlockNumber, }

Fields

Trait Implementations

impl Copy for IndexBulkDeleteResult
[src]

impl Clone for IndexBulkDeleteResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more