Struct rpgffi::BitmapIndexScan [] [src]

#[repr(C)]
pub struct BitmapIndexScan { pub scan: Scan, pub indexid: Oid, pub indexqual: *mut List, pub indexqualorig: *mut List, }

Fields

Trait Implementations

impl Copy for BitmapIndexScan
[src]

impl Clone for BitmapIndexScan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more