Struct pgx_pg_sys::TM_IndexDeleteOp
source · #[repr(C)]pub struct TM_IndexDeleteOp {
pub bottomup: bool,
pub bottomupfreespace: c_int,
pub ndeltids: c_int,
pub deltids: *mut TM_IndexDelete,
pub status: *mut TM_IndexStatus,
}Fields§
§bottomup: bool§bottomupfreespace: c_int§ndeltids: c_int§deltids: *mut TM_IndexDelete§status: *mut TM_IndexStatusTrait Implementations§
source§impl Clone for TM_IndexDeleteOp
impl Clone for TM_IndexDeleteOp
source§fn clone(&self) -> TM_IndexDeleteOp
fn clone(&self) -> TM_IndexDeleteOp
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 more