Struct rpgffi::CustomScan [] [src]

#[repr(C)]
pub struct CustomScan { pub scan: Scan, pub flags: uint32, pub custom_plans: *mut List, pub custom_exprs: *mut List, pub custom_private: *mut List, pub custom_scan_tlist: *mut List, pub custom_relids: *mut Bitmapset, pub methods: *const CustomScanMethods, }

Fields

Trait Implementations

impl Copy for CustomScan
[src]

impl Clone for CustomScan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more