Struct gravity::gnode_literal_expr_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct gnode_literal_expr_t__bindgen_ty_1 { pub str: __BindgenUnionField<*mut c_char>, pub d: __BindgenUnionField<f64>, pub n64: __BindgenUnionField<i64>, pub r: __BindgenUnionField<*mut gnode_r>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for gnode_literal_expr_t__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for gnode_literal_expr_t__bindgen_ty_1
[src]

impl Clone for gnode_literal_expr_t__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more