[−][src]Struct pgx_pg_sys::TupleTableSlotOps
Fields
base_slot_size: usizeinit: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot)>release: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot)>clear: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot)>getsomeattrs: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot, natts: c_int)>getsysattr: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot, attnum: c_int, isnull: *mut bool) -> Datum>materialize: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot)>copyslot: Option<unsafe extern "C" fn(dstslot: *mut TupleTableSlot, srcslot: *mut TupleTableSlot)>get_heap_tuple: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot) -> HeapTuple>get_minimal_tuple: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot) -> MinimalTuple>copy_heap_tuple: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot) -> HeapTuple>copy_minimal_tuple: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot) -> MinimalTuple>Trait Implementations
impl Clone for TupleTableSlotOps[src]
pub fn clone(&self) -> TupleTableSlotOps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TupleTableSlotOps[src]
impl Debug for TupleTableSlotOps[src]
impl Default for TupleTableSlotOps[src]
pub fn default() -> TupleTableSlotOps[src]
Auto Trait Implementations
impl RefUnwindSafe for TupleTableSlotOps[src]
impl Send for TupleTableSlotOps[src]
impl Sync for TupleTableSlotOps[src]
impl Unpin for TupleTableSlotOps[src]
impl UnwindSafe for TupleTableSlotOps[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,