Struct rpgffi::ParamExternData [] [src]

#[repr(C)]
pub struct ParamExternData { pub value: Datum, pub isnull: bool_, pub pflags: uint16, pub ptype: Oid, }

Fields

Trait Implementations

impl Copy for ParamExternData
[src]

impl Clone for ParamExternData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more