Struct clingo_sys::clingo_ast_theory_term__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct clingo_ast_theory_term__bindgen_ty_1 { pub symbol: __BindgenUnionField<clingo_symbol_t>, pub variable: __BindgenUnionField<*const c_char>, pub tuple: __BindgenUnionField<*const clingo_ast_theory_term_array_t>, pub list: __BindgenUnionField<*const clingo_ast_theory_term_array_t>, pub set: __BindgenUnionField<*const clingo_ast_theory_term_array_t>, pub function: __BindgenUnionField<*const clingo_ast_theory_function_t>, pub unparsed_term: __BindgenUnionField<*const clingo_ast_theory_unparsed_term_t>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_term__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_theory_term__bindgen_ty_1
[src]

impl Clone for clingo_ast_theory_term__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more