Struct rpgffi::PlaceHolderVar [] [src]

#[repr(C)]
pub struct PlaceHolderVar { pub xpr: Expr, pub phexpr: *mut Expr, pub phrels: Relids, pub phid: Index, pub phlevelsup: Index, }

Fields

Trait Implementations

impl Copy for PlaceHolderVar
[src]

impl Clone for PlaceHolderVar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more