Struct rpgffi::CaseWhen [] [src]

#[repr(C)]
pub struct CaseWhen { pub xpr: Expr, pub expr: *mut Expr, pub result: *mut Expr, pub location: c_int, }

Fields

Trait Implementations

impl Copy for CaseWhen
[src]

impl Clone for CaseWhen
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more