Struct rpgffi::ModifyTablePath [] [src]

#[repr(C)]
pub struct ModifyTablePath { pub path: Path, pub operation: CmdType, pub canSetTag: bool_, pub nominalRelation: Index, pub resultRelations: *mut List, pub subpaths: *mut List, pub subroots: *mut List, pub withCheckOptionLists: *mut List, pub returningLists: *mut List, pub rowMarks: *mut List, pub onconflict: *mut OnConflictExpr, pub epqParam: c_int, }

Fields

Trait Implementations

impl Copy for ModifyTablePath
[src]

impl Clone for ModifyTablePath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more