Struct rpgffi::BitmapIndexScan
[−]
[src]
#[repr(C)]pub struct BitmapIndexScan { pub scan: Scan, pub indexid: Oid, pub indexqual: *mut List, pub indexqualorig: *mut List, }
Fields
scan: Scan
indexid: Oid
indexqual: *mut List
indexqualorig: *mut List
Trait Implementations
impl Copy for BitmapIndexScan[src]
impl Clone for BitmapIndexScan[src]
fn clone(&self) -> BitmapIndexScan[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more