Struct gravity::_json_value__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct _json_value__bindgen_ty_1 { pub boolean: __BindgenUnionField<c_int>, pub integer: __BindgenUnionField<i64>, pub dbl: __BindgenUnionField<f64>, pub string: __BindgenUnionField<_json_value__bindgen_ty_1__bindgen_ty_1>, pub object: __BindgenUnionField<_json_value__bindgen_ty_1__bindgen_ty_2>, pub array: __BindgenUnionField<_json_value__bindgen_ty_1__bindgen_ty_3>, pub bindgen_union_field: [u64; 2], }

Fields

Trait Implementations

impl Debug for _json_value__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for _json_value__bindgen_ty_1
[src]

impl Clone for _json_value__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more