Struct rpgffi::RuleStmt [] [src]

#[repr(C)]
pub struct RuleStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub rulename: *mut c_char, pub whereClause: *mut Node, pub event: CmdType, pub instead: bool_, pub actions: *mut List, pub replace: bool_, }

Fields

Trait Implementations

impl Copy for RuleStmt
[src]

impl Clone for RuleStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more