Struct rpgffi::Path [] [src]

#[repr(C)]
pub struct Path { pub type_: NodeTag, pub pathtype: NodeTag, pub parent: *mut RelOptInfo, pub pathtarget: *mut PathTarget, pub param_info: *mut ParamPathInfo, pub parallel_aware: bool_, pub parallel_safe: bool_, pub parallel_workers: c_int, pub rows: f64, pub startup_cost: Cost, pub total_cost: Cost, pub pathkeys: *mut List, }

Fields

Trait Implementations

impl Copy for Path
[src]

impl Clone for Path
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more