Struct rpgffi::relopt_value__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct relopt_value__bindgen_ty_1 { pub bool_val: __BindgenUnionField<bool_>, pub int_val: __BindgenUnionField<c_int>, pub real_val: __BindgenUnionField<f64>, pub string_val: __BindgenUnionField<*mut c_char>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Copy for relopt_value__bindgen_ty_1
[src]

impl Clone for relopt_value__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more