#[repr(C)]pub struct ExecRowMark {
pub relation: Relation,
pub relid: Oid,
pub rti: Index,
pub prti: Index,
pub rowmarkId: Index,
pub markType: Type,
pub strength: Type,
pub waitPolicy: Type,
pub ermActive: bool,
pub curCtid: ItemPointerData,
pub ermExtra: *mut c_void,
}Fields§
§relation: Relation§relid: Oid§rti: Index§prti: Index§rowmarkId: Index§markType: Type§strength: Type§waitPolicy: Type§ermActive: bool§curCtid: ItemPointerData§ermExtra: *mut c_voidTrait Implementations§
Source§impl Clone for ExecRowMark
impl Clone for ExecRowMark
Source§fn clone(&self) -> ExecRowMark
fn clone(&self) -> ExecRowMark
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 ExecRowMark
Source§impl Debug for ExecRowMark
impl Debug for ExecRowMark
Auto Trait Implementations§
impl !Send for ExecRowMark
impl !Sync for ExecRowMark
impl Freeze for ExecRowMark
impl RefUnwindSafe for ExecRowMark
impl Unpin for ExecRowMark
impl UnsafeUnpin for ExecRowMark
impl UnwindSafe for ExecRowMark
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