Struct rpgffi::AlterFunctionStmt [] [src]

#[repr(C)]
pub struct AlterFunctionStmt { pub type_: NodeTag, pub func: *mut FuncWithArgs, pub actions: *mut List, }

Fields

Trait Implementations

impl Copy for AlterFunctionStmt
[src]

impl Clone for AlterFunctionStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more