Struct rpgffi::ExecAuxRowMark [] [src]

#[repr(C)]
pub struct ExecAuxRowMark { pub rowmark: *mut ExecRowMark, pub ctidAttNo: AttrNumber, pub toidAttNo: AttrNumber, pub wholeAttNo: AttrNumber, }

Fields

Trait Implementations

impl Copy for ExecAuxRowMark
[src]

impl Clone for ExecAuxRowMark
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more