Struct rpgffi::Param [] [src]

#[repr(C)]
pub struct Param { pub xpr: Expr, pub paramkind: ParamKind, pub paramid: c_int, pub paramtype: Oid, pub paramtypmod: int32, pub paramcollid: Oid, pub location: c_int, }

Fields

Trait Implementations

impl Copy for Param
[src]

impl Clone for Param
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more