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