Struct rpgffi::RowExprState [] [src]

#[repr(C)]
pub struct RowExprState { pub xprstate: ExprState, pub args: *mut List, pub tupdesc: TupleDesc, }

Fields

Trait Implementations

impl Copy for RowExprState
[src]

impl Clone for RowExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more