Struct rpgffi::ForeignScanState [] [src]

#[repr(C)]
pub struct ForeignScanState { pub ss: ScanState, pub fdw_recheck_quals: *mut List, pub pscan_len: Size, pub fdwroutine: *mut FdwRoutine, pub fdw_state: *mut c_void, }

Fields

Trait Implementations

impl Copy for ForeignScanState
[src]

impl Clone for ForeignScanState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more