Struct pgx_pg_sys::IndexTupleData
source · [−]#[repr(C)]pub struct IndexTupleData {
pub t_tid: ItemPointerData,
pub t_info: c_ushort,
}Fields
t_tid: ItemPointerDatat_info: c_ushortTrait Implementations
sourceimpl Clone for IndexTupleData
impl Clone for IndexTupleData
sourcefn clone(&self) -> IndexTupleData
fn clone(&self) -> IndexTupleData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IndexTupleData
impl Debug for IndexTupleData
sourceimpl Default for IndexTupleData
impl Default for IndexTupleData
sourcefn default() -> IndexTupleData
fn default() -> IndexTupleData
Returns the “default value” for a type. Read more
impl Copy for IndexTupleData
Auto Trait Implementations
impl RefUnwindSafe for IndexTupleData
impl Send for IndexTupleData
impl Sync for IndexTupleData
impl Unpin for IndexTupleData
impl UnwindSafe for IndexTupleData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more