Struct rpgffi::FieldStore [] [src]

#[repr(C)]
pub struct FieldStore { pub xpr: Expr, pub arg: *mut Expr, pub newvals: *mut List, pub fieldnums: *mut List, pub resulttype: Oid, }

Fields

Trait Implementations

impl Copy for FieldStore
[src]

impl Clone for FieldStore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more