Struct pgrx_pg_sys::relopt_value
source · #[repr(C)]pub struct relopt_value {
pub gen: *mut relopt_gen,
pub isset: bool,
pub values: relopt_value__bindgen_ty_1,
}
Fields§
§gen: *mut relopt_gen
§isset: bool
§values: relopt_value__bindgen_ty_1
Trait Implementations§
source§impl Clone for relopt_value
impl Clone for relopt_value
source§fn clone(&self) -> relopt_value
fn clone(&self) -> relopt_value
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