Struct rpgffi::WindowFuncExprState [] [src]

#[repr(C)]
pub struct WindowFuncExprState { pub xprstate: ExprState, pub args: *mut List, pub aggfilter: *mut ExprState, pub wfuncno: c_int, }

Fields

Trait Implementations

impl Copy for WindowFuncExprState
[src]

impl Clone for WindowFuncExprState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more