Struct rpgffi::IndexPath [] [src]

#[repr(C)]
pub struct IndexPath { pub path: Path, pub indexinfo: *mut IndexOptInfo, pub indexclauses: *mut List, pub indexquals: *mut List, pub indexqualcols: *mut List, pub indexorderbys: *mut List, pub indexorderbycols: *mut List, pub indexscandir: ScanDirection, pub indextotalcost: Cost, pub indexselectivity: Selectivity, }

Fields

Trait Implementations

impl Copy for IndexPath
[src]

impl Clone for IndexPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more