Struct rpgffi::SortState [] [src]

#[repr(C)]
pub struct SortState { pub ss: ScanState, pub randomAccess: bool_, pub bounded: bool_, pub bound: int64, pub sort_Done: bool_, pub bounded_Done: bool_, pub bound_Done: int64, pub tuplesortstate: *mut c_void, }

Fields

Trait Implementations

impl Copy for SortState
[src]

impl Clone for SortState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more