Struct pgrx_pg_sys::TM_IndexDelete
source · #[repr(C)]pub struct TM_IndexDelete {
pub tid: ItemPointerData,
pub id: int16,
}
Fields§
§tid: ItemPointerData
§id: int16
Trait Implementations§
source§impl Clone for TM_IndexDelete
impl Clone for TM_IndexDelete
source§fn clone(&self) -> TM_IndexDelete
fn clone(&self) -> TM_IndexDelete
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 moresource§impl Debug for TM_IndexDelete
impl Debug for TM_IndexDelete
source§impl Default for TM_IndexDelete
impl Default for TM_IndexDelete
source§fn default() -> TM_IndexDelete
fn default() -> TM_IndexDelete
Returns the “default value” for a type. Read more