Struct pgrx_pg_sys::relopt_parse_elt
source · #[repr(C)]pub struct relopt_parse_elt {
pub optname: *const c_char,
pub opttype: relopt_type,
pub offset: c_int,
}
Fields§
§optname: *const c_char
§opttype: relopt_type
§offset: c_int
Trait Implementations§
source§impl Clone for relopt_parse_elt
impl Clone for relopt_parse_elt
source§fn clone(&self) -> relopt_parse_elt
fn clone(&self) -> relopt_parse_elt
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