Struct rpgffi::NullTest
[−]
[src]
#[repr(C)]pub struct NullTest { pub xpr: Expr, pub arg: *mut Expr, pub nulltesttype: NullTestType, pub argisrow: bool_, pub location: c_int, }
Fields
xpr: Expr
arg: *mut Expr
nulltesttype: NullTestType
argisrow: bool_
location: c_int
Trait Implementations
impl Copy for NullTest[src]
impl Clone for NullTest[src]
fn clone(&self) -> NullTest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more