Struct rpgffi::AggPath [] [src]

#[repr(C)]
pub struct AggPath { pub path: Path, pub subpath: *mut Path, pub aggstrategy: AggStrategy, pub aggsplit: AggSplit, pub numGroups: f64, pub groupClause: *mut List, pub qual: *mut List, }

Fields

Trait Implementations

impl Copy for AggPath
[src]

impl Clone for AggPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more