Struct rpgffi::RelabelType [] [src]

#[repr(C)]
pub struct RelabelType { pub xpr: Expr, pub arg: *mut Expr, pub resulttype: Oid, pub resulttypmod: int32, pub resultcollid: Oid, pub relabelformat: CoercionForm, pub location: c_int, }

Fields

Trait Implementations

impl Copy for RelabelType
[src]

impl Clone for RelabelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more