Struct rpgffi::BooleanTest [] [src]

#[repr(C)]
pub struct BooleanTest { pub xpr: Expr, pub arg: *mut Expr, pub booltesttype: BoolTestType, pub location: c_int, }

Fields

Trait Implementations

impl Copy for BooleanTest
[src]

impl Clone for BooleanTest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more