Struct rpgffi::RowExpr [] [src]

#[repr(C)]
pub struct RowExpr { pub xpr: Expr, pub args: *mut List, pub row_typeid: Oid, pub row_format: CoercionForm, pub colnames: *mut List, pub location: c_int, }

Fields

Trait Implementations

impl Copy for RowExpr
[src]

impl Clone for RowExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more