#[repr(C)]pub struct ExecAuxRowMark {
pub rowmark: *mut ExecRowMark,
pub ctidAttNo: AttrNumber,
pub toidAttNo: AttrNumber,
pub wholeAttNo: AttrNumber,
}
Fields§
§rowmark: *mut ExecRowMark
§ctidAttNo: AttrNumber
§toidAttNo: AttrNumber
§wholeAttNo: AttrNumber
Trait Implementations§
Source§impl Clone for ExecAuxRowMark
impl Clone for ExecAuxRowMark
Source§fn clone(&self) -> ExecAuxRowMark
fn clone(&self) -> ExecAuxRowMark
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 ExecAuxRowMark
impl Debug for ExecAuxRowMark
Source§impl Default for ExecAuxRowMark
impl Default for ExecAuxRowMark
impl Copy for ExecAuxRowMark
Auto Trait Implementations§
impl Freeze for ExecAuxRowMark
impl RefUnwindSafe for ExecAuxRowMark
impl !Send for ExecAuxRowMark
impl !Sync for ExecAuxRowMark
impl Unpin for ExecAuxRowMark
impl UnwindSafe for ExecAuxRowMark
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