Struct rpgffi::JoinPath [] [src]

#[repr(C)]
pub struct JoinPath { pub path: Path, pub jointype: JoinType, pub outerjoinpath: *mut Path, pub innerjoinpath: *mut Path, pub joinrestrictinfo: *mut List, }

Fields

Trait Implementations

impl Copy for JoinPath
[src]

impl Clone for JoinPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more