Struct pgrx_pg_sys::PLpgSQL_recfield
source · #[repr(C)]pub struct PLpgSQL_recfield {
pub dtype: PLpgSQL_datum_type,
pub dno: c_int,
pub fieldname: *mut c_char,
pub recparentno: c_int,
pub nextfield: c_int,
pub rectupledescid: uint64,
pub finfo: ExpandedRecordFieldInfo,
}Fields§
§dtype: PLpgSQL_datum_type§dno: c_int§fieldname: *mut c_char§recparentno: c_int§nextfield: c_int§rectupledescid: uint64§finfo: ExpandedRecordFieldInfoTrait Implementations§
source§impl Clone for PLpgSQL_recfield
impl Clone for PLpgSQL_recfield
source§fn clone(&self) -> PLpgSQL_recfield
fn clone(&self) -> PLpgSQL_recfield
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 Debug for PLpgSQL_recfield
impl Debug for PLpgSQL_recfield
source§impl Default for PLpgSQL_recfield
impl Default for PLpgSQL_recfield
impl Copy for PLpgSQL_recfield
Auto Trait Implementations§
impl RefUnwindSafe for PLpgSQL_recfield
impl !Send for PLpgSQL_recfield
impl !Sync for PLpgSQL_recfield
impl Unpin for PLpgSQL_recfield
impl UnwindSafe for PLpgSQL_recfield
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