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