Struct clingo_sys::clingo_ast_theory_definition [] [src]

#[repr(C)]
pub struct clingo_ast_theory_definition { pub name: *const c_char, pub terms: *const clingo_ast_theory_term_definition_t, pub terms_size: usize, pub atoms: *const clingo_ast_theory_atom_definition_t, pub atoms_size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_definition
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_theory_definition
[src]

impl Clone for clingo_ast_theory_definition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more