Struct rpgffi::CreateFunctionStmt [] [src]

#[repr(C)]
pub struct CreateFunctionStmt { pub type_: NodeTag, pub replace: bool_, pub funcname: *mut List, pub parameters: *mut List, pub returnType: *mut TypeName, pub options: *mut List, pub withClause: *mut List, }

Fields

Trait Implementations

impl Copy for CreateFunctionStmt
[src]

impl Clone for CreateFunctionStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more