Struct rpgffi::SortGroupClause [] [src]

#[repr(C)]
pub struct SortGroupClause { pub type_: NodeTag, pub tleSortGroupRef: Index, pub eqop: Oid, pub sortop: Oid, pub nulls_first: bool_, pub hashable: bool_, }

Fields

Trait Implementations

impl Copy for SortGroupClause
[src]

impl Clone for SortGroupClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more