Union pgrx_pg_sys::Value_ValUnion
source · #[repr(C)]
pub union Value_ValUnion {
pub ival: c_int,
pub str_: *mut c_char,
}
Fields§
§ival:c_int
§
str_:*mut c_char
Trait Implementations§
source§impl Clone for Value_ValUnion
impl Clone for Value_ValUnion
source§fn clone(&self) -> Value_ValUnion
fn clone(&self) -> Value_ValUnion
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