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