Struct rpgffi::CaseExprState [] [src]

#[repr(C)]
pub struct CaseExprState { pub xprstate: ExprState, pub arg: *mut ExprState, pub args: *mut List, pub defresult: *mut ExprState, pub argtyplen: int16, }

Fields

Trait Implementations

impl Copy for CaseExprState
[src]

impl Clone for CaseExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more