Struct pgrx_pg_sys::relopt_real
source · #[repr(C)]pub struct relopt_real {
pub gen: relopt_gen,
pub default_val: f64,
pub min: f64,
pub max: f64,
}
Fields§
§gen: relopt_gen
§default_val: f64
§min: f64
§max: f64
Trait Implementations§
source§impl Clone for relopt_real
impl Clone for relopt_real
source§fn clone(&self) -> relopt_real
fn clone(&self) -> relopt_real
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