Struct rpgffi::RangeFunction [] [src]

#[repr(C)]
pub struct RangeFunction { pub type_: NodeTag, pub lateral: bool_, pub ordinality: bool_, pub is_rowsfrom: bool_, pub functions: *mut List, pub alias: *mut Alias, pub coldeflist: *mut List, }

Fields

Trait Implementations

impl Copy for RangeFunction
[src]

impl Clone for RangeFunction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more