Struct clingo_sys::clingo_ast_theory_guard_definition [] [src]

#[repr(C)]
pub struct clingo_ast_theory_guard_definition { pub term: *const c_char, pub operators: *const *const c_char, pub size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_theory_guard_definition
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_theory_guard_definition
[src]

impl Clone for clingo_ast_theory_guard_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