Struct clingo_sys::clingo_ast_theory_atom_definition [] [src]

#[repr(C)]
pub struct clingo_ast_theory_atom_definition { pub location: clingo_location_t, pub type_: clingo_ast_theory_atom_definition_type_t, pub name: *const c_char, pub arity: c_uint, pub elements: *const c_char, pub guard: *const clingo_ast_theory_guard_definition_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_atom_definition
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_theory_atom_definition
[src]

impl Clone for clingo_ast_theory_atom_definition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations