Struct rpgffi::ConvertRowtypeExprState [] [src]

#[repr(C)]
pub struct ConvertRowtypeExprState { pub xprstate: ExprState, pub arg: *mut ExprState, pub indesc: TupleDesc, pub outdesc: TupleDesc, pub map: *mut TupleConversionMap, pub initialized: bool_, }

Fields

Trait Implementations

impl Copy for ConvertRowtypeExprState
[src]

impl Clone for ConvertRowtypeExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more