Struct clingo_sys::clingo_ast_theory_atom_element [] [src]

#[repr(C)]
pub struct clingo_ast_theory_atom_element { pub tuple: *const clingo_ast_theory_term_t, pub tuple_size: usize, pub condition: *const clingo_ast_literal_t, pub condition_size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_atom_element
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_theory_atom_element
[src]

impl Clone for clingo_ast_theory_atom_element
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations