Struct rpgffi::PlaceHolderInfo [] [src]

#[repr(C)]
pub struct PlaceHolderInfo { pub type_: NodeTag, pub phid: Index, pub ph_var: *mut PlaceHolderVar, pub ph_eval_at: Relids, pub ph_lateral: Relids, pub ph_needed: Relids, pub ph_width: int32, }

Fields

Trait Implementations

impl Copy for PlaceHolderInfo
[src]

impl Clone for PlaceHolderInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more