Struct rpgffi::FieldStoreState [] [src]

#[repr(C)]
pub struct FieldStoreState { pub xprstate: ExprState, pub arg: *mut ExprState, pub newvals: *mut List, pub argdesc: TupleDesc, }

Fields

Trait Implementations

impl Copy for FieldStoreState
[src]

impl Clone for FieldStoreState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more