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
path: Path
subpath: *mut Path
aggstrategy: AggStrategy
aggsplit: AggSplit
numGroups: f64
groupClause: *mut List
qual: *mut List
Trait Implementations
impl Copy for AggPath
[src]
impl Clone for AggPath
[src]
fn clone(&self) -> AggPath
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more