Struct clingo_sys::clingo_ast_head_aggregate_element [] [src]

#[repr(C)]
pub struct clingo_ast_head_aggregate_element { pub tuple: *const clingo_ast_term_t, pub tuple_size: usize, pub conditional_literal: clingo_ast_conditional_literal_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_head_aggregate_element
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_head_aggregate_element
[src]

impl Clone for clingo_ast_head_aggregate_element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more