Struct rpgffi::IndexScan [] [src]

#[repr(C)]
pub struct IndexScan { pub scan: Scan, pub indexid: Oid, pub indexqual: *mut List, pub indexqualorig: *mut List, pub indexorderby: *mut List, pub indexorderbyorig: *mut List, pub indexorderbyops: *mut List, pub indexorderdir: ScanDirection, }

Fields

Trait Implementations

impl Copy for IndexScan
[src]

impl Clone for IndexScan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more