Struct rpgffi::ConvertRowtypeExpr [] [src]

#[repr(C)]
pub struct ConvertRowtypeExpr { pub xpr: Expr, pub arg: *mut Expr, pub resulttype: Oid, pub convertformat: CoercionForm, pub location: c_int, }

Fields

Trait Implementations

impl Copy for ConvertRowtypeExpr
[src]

impl Clone for ConvertRowtypeExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more