Struct pgrx_pg_sys::CustomScanMethods
source · #[repr(C)]pub struct CustomScanMethods {
pub CustomName: *const c_char,
pub CreateCustomScanState: Option<unsafe extern "C" fn(cscan: *mut CustomScan) -> *mut Node>,
}
Fields§
§CustomName: *const c_char
§CreateCustomScanState: Option<unsafe extern "C" fn(cscan: *mut CustomScan) -> *mut Node>
Trait Implementations§
source§impl Clone for CustomScanMethods
impl Clone for CustomScanMethods
source§fn clone(&self) -> CustomScanMethods
fn clone(&self) -> CustomScanMethods
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