Struct pgrx_pg_sys::IndexFetchHeapData
source · #[repr(C)]pub struct IndexFetchHeapData {
pub xs_base: IndexFetchTableData,
pub xs_cbuf: Buffer,
}
Fields§
§xs_base: IndexFetchTableData
§xs_cbuf: Buffer
Trait Implementations§
source§impl Clone for IndexFetchHeapData
impl Clone for IndexFetchHeapData
source§fn clone(&self) -> IndexFetchHeapData
fn clone(&self) -> IndexFetchHeapData
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 more