Struct clingo_sys::clingo_ast_head_literal__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct clingo_ast_head_literal__bindgen_ty_1 { pub literal: __BindgenUnionField<*const clingo_ast_literal_t>, pub disjunction: __BindgenUnionField<*const clingo_ast_disjunction_t>, pub aggregate: __BindgenUnionField<*const clingo_ast_aggregate_t>, pub head_aggregate: __BindgenUnionField<*const clingo_ast_head_aggregate_t>, pub theory_atom: __BindgenUnionField<*const clingo_ast_theory_atom_t>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for clingo_ast_head_literal__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_head_literal__bindgen_ty_1
[src]

impl Clone for clingo_ast_head_literal__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more