Struct pgx_pg_sys::relopt_gen
source · #[repr(C)]pub struct relopt_gen {
pub name: *const c_char,
pub desc: *const c_char,
pub kinds: bits32,
pub lockmode: LOCKMODE,
pub namelen: c_int,
pub type_: relopt_type,
}Fields§
§name: *const c_char§desc: *const c_char§kinds: bits32§lockmode: LOCKMODE§namelen: c_int§type_: relopt_typeTrait Implementations§
source§impl Clone for relopt_gen
impl Clone for relopt_gen
source§fn clone(&self) -> relopt_gen
fn clone(&self) -> relopt_gen
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