Struct rpgffi::AppendState [] [src]

#[repr(C)]
pub struct AppendState { pub ps: PlanState, pub appendplans: *mut *mut PlanState, pub as_nplans: c_int, pub as_whichplan: c_int, }

Fields

Trait Implementations

impl Copy for AppendState
[src]

impl Clone for AppendState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more