Struct rpgffi::RangeTblFunction [] [src]

#[repr(C)]
pub struct RangeTblFunction { pub type_: NodeTag, pub funcexpr: *mut Node, pub funccolcount: c_int, pub funccolnames: *mut List, pub funccoltypes: *mut List, pub funccoltypmods: *mut List, pub funccolcollations: *mut List, pub funcparams: *mut Bitmapset, }

Fields

Trait Implementations

impl Copy for RangeTblFunction
[src]

impl Clone for RangeTblFunction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more