Struct rpgffi::TargetEntry [] [src]

#[repr(C)]
pub struct TargetEntry { pub xpr: Expr, pub expr: *mut Expr, pub resno: AttrNumber, pub resname: *mut c_char, pub ressortgroupref: Index, pub resorigtbl: Oid, pub resorigcol: AttrNumber, pub resjunk: bool_, }

Fields

Trait Implementations

impl Copy for TargetEntry
[src]

impl Clone for TargetEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more