Struct gravity::_json_object_entry [] [src]

#[repr(C)]
pub struct _json_object_entry { pub name: *mut c_char, pub name_length: c_uint, pub value: *mut _json_value, }

Fields

Trait Implementations

impl Debug for _json_object_entry
[src]

Formats the value using the given formatter.

impl Copy for _json_object_entry
[src]

impl Clone for _json_object_entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more