Struct clingo_sys::clingo_ast_theory_atom [] [src]

#[repr(C)]
pub struct clingo_ast_theory_atom { pub term: clingo_ast_term_t, pub elements: *const clingo_ast_theory_atom_element_t, pub size: usize, pub guard: *const clingo_ast_theory_guard_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_atom
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_theory_atom
[src]

impl Clone for clingo_ast_theory_atom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more