Struct pgrx_pg_sys::config_enum_entry
source · #[repr(C)]pub struct config_enum_entry {
pub name: *const c_char,
pub val: c_int,
pub hidden: bool,
}
Fields§
§name: *const c_char
§val: c_int
Trait Implementations§
source§impl Clone for config_enum_entry
impl Clone for config_enum_entry
source§fn clone(&self) -> config_enum_entry
fn clone(&self) -> config_enum_entry
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