Struct rpgffi::GroupingFunc [] [src]

#[repr(C)]
pub struct GroupingFunc { pub xpr: Expr, pub args: *mut List, pub refs: *mut List, pub cols: *mut List, pub agglevelsup: Index, pub location: c_int, }

Fields

Trait Implementations

impl Copy for GroupingFunc
[src]

impl Clone for GroupingFunc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more