Struct rpgffi::FuncCall [] [src]

#[repr(C)]
pub struct FuncCall { pub type_: NodeTag, pub funcname: *mut List, pub args: *mut List, pub agg_order: *mut List, pub agg_filter: *mut Node, pub agg_within_group: bool_, pub agg_star: bool_, pub agg_distinct: bool_, pub func_variadic: bool_, pub over: *mut WindowDef, pub location: c_int, }

Fields

Trait Implementations

impl Copy for FuncCall
[src]

impl Clone for FuncCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more