Struct rpgffi::Value_ValUnion [] [src]

#[repr(C)]
pub struct Value_ValUnion { pub ival: __BindgenUnionField<c_long>, pub str: __BindgenUnionField<*mut c_char>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Copy for Value_ValUnion
[src]

impl Clone for Value_ValUnion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more