Struct rpgffi::Join [] [src]

#[repr(C)]
pub struct Join { pub plan: Plan, pub jointype: JoinType, pub joinqual: *mut List, }

Fields

Trait Implementations

impl Copy for Join
[src]

impl Clone for Join
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more