Struct rpgffi::MergePath [] [src]

#[repr(C)]
pub struct MergePath { pub jpath: JoinPath, pub path_mergeclauses: *mut List, pub outersortkeys: *mut List, pub innersortkeys: *mut List, pub materialize_inner: bool_, }

Fields

Trait Implementations

impl Copy for MergePath
[src]

impl Clone for MergePath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more