#[repr(C)]pub struct TupleDescData {
pub natts: c_int,
pub tdtypeid: Oid,
pub tdtypmod: int32,
pub tdrefcount: c_int,
pub constr: *mut TupleConstr,
pub attrs: __IncompleteArrayField<FormData_pg_attribute>,
}
Fields§
§natts: c_int
§tdtypeid: Oid
§tdtypmod: int32
§tdrefcount: c_int
§constr: *mut TupleConstr
§attrs: __IncompleteArrayField<FormData_pg_attribute>
Trait Implementations§
Source§impl Debug for TupleDescData
impl Debug for TupleDescData
Auto Trait Implementations§
impl Freeze for TupleDescData
impl RefUnwindSafe for TupleDescData
impl !Send for TupleDescData
impl !Sync for TupleDescData
impl Unpin for TupleDescData
impl UnwindSafe for TupleDescData
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