Struct rpgffi::UniquePath [] [src]

#[repr(C)]
pub struct UniquePath { pub path: Path, pub subpath: *mut Path, pub umethod: UniquePathMethod, pub in_operators: *mut List, pub uniq_exprs: *mut List, }

Fields

Trait Implementations

impl Copy for UniquePath
[src]

impl Clone for UniquePath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more