Struct pgx_pg_sys::ExecAuxRowMark
source · [−]#[repr(C)]pub struct ExecAuxRowMark {
pub rowmark: *mut ExecRowMark,
pub ctidAttNo: AttrNumber,
pub toidAttNo: AttrNumber,
pub wholeAttNo: AttrNumber,
}Fields
rowmark: *mut ExecRowMarkctidAttNo: AttrNumbertoidAttNo: AttrNumberwholeAttNo: AttrNumberTrait Implementations
sourceimpl Clone for ExecAuxRowMark
impl Clone for ExecAuxRowMark
sourcefn clone(&self) -> ExecAuxRowMark
fn clone(&self) -> ExecAuxRowMark
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ExecAuxRowMark
impl Debug for ExecAuxRowMark
sourceimpl Default for ExecAuxRowMark
impl Default for ExecAuxRowMark
impl Copy for ExecAuxRowMark
Auto Trait Implementations
impl RefUnwindSafe for ExecAuxRowMark
impl !Send for ExecAuxRowMark
impl !Sync for ExecAuxRowMark
impl Unpin for ExecAuxRowMark
impl UnwindSafe for ExecAuxRowMark
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more