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 moresource§impl Default for Value_ValUnion
impl Default for Value_ValUnion
impl Copy for Value_ValUnion
Auto Trait Implementations§
impl RefUnwindSafe for Value_ValUnion
impl !Send for Value_ValUnion
impl !Sync for Value_ValUnion
impl Unpin for Value_ValUnion
impl UnwindSafe for Value_ValUnion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more