Struct gravity::_json_value [] [src]

#[repr(C)]
pub struct _json_value { pub parent: *mut _json_value, pub type_: json_type, pub u: _json_value__bindgen_ty_1, pub _reserved: _json_value__bindgen_ty_2, }

Fields

Trait Implementations

impl Debug for _json_value
[src]

Formats the value using the given formatter.

impl Copy for _json_value
[src]

impl Clone for _json_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more