Struct pgrx_pg_sys::Var
source · #[repr(C)]pub struct Var {
pub xpr: Expr,
pub varno: Index,
pub varattno: AttrNumber,
pub vartype: Oid,
pub vartypmod: int32,
pub varcollid: Oid,
pub varlevelsup: Index,
pub varnosyn: Index,
pub varattnosyn: AttrNumber,
pub location: c_int,
}
Fields§
§xpr: Expr
§varno: Index
§varattno: AttrNumber
§vartype: Oid
§vartypmod: int32
§varcollid: Oid
§varlevelsup: Index
§varnosyn: Index
§varattnosyn: AttrNumber
§location: c_int
Trait Implementations§
impl Copy for Var
Auto Trait Implementations§
impl Freeze for Var
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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