Struct pgx_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_charval: c_intTrait Implementations
sourceimpl Clone for config_enum_entry
impl Clone for config_enum_entry
sourcefn clone(&self) -> config_enum_entry
fn clone(&self) -> config_enum_entry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for config_enum_entry
impl Debug for config_enum_entry
sourceimpl Default for config_enum_entry
impl Default for config_enum_entry
impl Copy for config_enum_entry
Auto Trait Implementations
impl RefUnwindSafe for config_enum_entry
impl !Send for config_enum_entry
impl !Sync for config_enum_entry
impl Unpin for config_enum_entry
impl UnwindSafe for config_enum_entry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more