Struct rpgffi::ExprState [] [src]

#[repr(C)]
pub struct ExprState { pub type_: NodeTag, pub expr: *mut Expr, pub evalfunc: ExprStateEvalFunc, }

Fields

Trait Implementations

impl Copy for ExprState
[src]

impl Clone for ExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more