Struct rpgffi::PlannerParamItem [] [src]

#[repr(C)]
pub struct PlannerParamItem { pub type_: NodeTag, pub item: *mut Node, pub paramId: c_int, }

Fields

Trait Implementations

impl Copy for PlannerParamItem
[src]

impl Clone for PlannerParamItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more