Struct rpgffi::CaseExpr [] [src]

#[repr(C)]
pub struct CaseExpr { pub xpr: Expr, pub casetype: Oid, pub casecollid: Oid, pub arg: *mut Expr, pub args: *mut List, pub defresult: *mut Expr, pub location: c_int, }

Fields

Trait Implementations

impl Copy for CaseExpr
[src]

impl Clone for CaseExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more