Struct clingo_sys::clingo_ast_literal__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct clingo_ast_literal__bindgen_ty_1 { pub boolean: __BindgenUnionField<bool>, pub symbol: __BindgenUnionField<*const clingo_ast_term_t>, pub comparison: __BindgenUnionField<*const clingo_ast_comparison_t>, pub csp_literal: __BindgenUnionField<*const clingo_ast_csp_literal_t>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for clingo_ast_literal__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_literal__bindgen_ty_1
[src]

impl Clone for clingo_ast_literal__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more