Struct rpgffi::ParamExecData [] [src]

#[repr(C)]
pub struct ParamExecData { pub execPlan: *mut c_void, pub value: Datum, pub isnull: bool_, }

Fields

Trait Implementations

impl Copy for ParamExecData
[src]

impl Clone for ParamExecData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more