#[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: AttrNumberTrait Implementations§
Source§impl Clone for ExecAuxRowMark
impl Clone for ExecAuxRowMark
Source§fn clone(&self) -> ExecAuxRowMark
fn clone(&self) -> ExecAuxRowMark
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExecAuxRowMark
Source§impl Debug for ExecAuxRowMark
impl Debug for ExecAuxRowMark
Auto Trait Implementations§
impl !Send for ExecAuxRowMark
impl !Sync for ExecAuxRowMark
impl Freeze for ExecAuxRowMark
impl RefUnwindSafe for ExecAuxRowMark
impl Unpin for ExecAuxRowMark
impl UnsafeUnpin 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