Struct rpgffi::TransactionStmt [] [src]

#[repr(C)]
pub struct TransactionStmt { pub type_: NodeTag, pub kind: TransactionStmtKind, pub options: *mut List, pub gid: *mut c_char, }

Fields

Trait Implementations

impl Copy for TransactionStmt
[src]

impl Clone for TransactionStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more