Struct rpgffi::MinMaxExprState [] [src]

#[repr(C)]
pub struct MinMaxExprState { pub xprstate: ExprState, pub args: *mut List, pub cfunc: FmgrInfo, }

Fields

Trait Implementations

impl Copy for MinMaxExprState
[src]

impl Clone for MinMaxExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more