#[repr(C)]pub struct SPITupleTable {
pub tupdesc: TupleDesc,
pub vals: *mut HeapTuple,
/* private fields */
}
Fields§
§tupdesc: TupleDesc
§vals: *mut HeapTuple
Auto Trait Implementations§
impl Freeze for SPITupleTable
impl RefUnwindSafe for SPITupleTable
impl !Send for SPITupleTable
impl !Sync for SPITupleTable
impl Unpin for SPITupleTable
impl UnwindSafe for SPITupleTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more