Struct rpgffi::Sort [] [src]

#[repr(C)]
pub struct Sort { pub plan: Plan, pub numCols: c_int, pub sortColIdx: *mut AttrNumber, pub sortOperators: *mut Oid, pub collations: *mut Oid, pub nullsFirst: *mut bool_, }

Fields

Trait Implementations

impl Copy for Sort
[src]

impl Clone for Sort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more