Struct rpgffi::SetOpPath [] [src]

#[repr(C)]
pub struct SetOpPath { pub path: Path, pub subpath: *mut Path, pub cmd: SetOpCmd, pub strategy: SetOpStrategy, pub distinctList: *mut List, pub flagColIdx: AttrNumber, pub firstFlag: c_int, pub numGroups: f64, }

Fields

Trait Implementations

impl Copy for SetOpPath
[src]

impl Clone for SetOpPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more