Struct rpgffi::WholeRowVarExprState [] [src]

#[repr(C)]
pub struct WholeRowVarExprState { pub xprstate: ExprState, pub parent: *mut PlanState, pub wrv_tupdesc: TupleDesc, pub wrv_junkFilter: *mut JunkFilter, }

Fields

Trait Implementations

impl Copy for WholeRowVarExprState
[src]

impl Clone for WholeRowVarExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more