Struct rpgffi::RecursiveUnion [] [src]

#[repr(C)]
pub struct RecursiveUnion { pub plan: Plan, pub wtParam: c_int, pub numCols: c_int, pub dupColIdx: *mut AttrNumber, pub dupOperators: *mut Oid, pub numGroups: c_long, }

Fields

Trait Implementations

impl Copy for RecursiveUnion
[src]

impl Clone for RecursiveUnion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more