Struct rpgffi::ParamPathInfo [] [src]

#[repr(C)]
pub struct ParamPathInfo { pub type_: NodeTag, pub ppi_req_outer: Relids, pub ppi_rows: f64, pub ppi_clauses: *mut List, }

Fields

Trait Implementations

impl Copy for ParamPathInfo
[src]

impl Clone for ParamPathInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more