Struct rpgffi::UniqueState [] [src]

#[repr(C)]
pub struct UniqueState { pub ps: PlanState, pub eqfunctions: *mut FmgrInfo, pub tempContext: MemoryContext, }

Fields

Trait Implementations

impl Copy for UniqueState
[src]

impl Clone for UniqueState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more