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