Struct rpgffi::PlanRowMark [] [src]

#[repr(C)]
pub struct PlanRowMark { pub type_: NodeTag, pub rti: Index, pub prti: Index, pub rowmarkId: Index, pub markType: RowMarkType, pub allMarkTypes: c_int, pub strength: LockClauseStrength, pub waitPolicy: LockWaitPolicy, pub isParent: bool_, }

Fields

Trait Implementations

impl Copy for PlanRowMark
[src]

impl Clone for PlanRowMark
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more