Struct clingo_sys::clingo_ast_comparison [] [src]

#[repr(C)]
pub struct clingo_ast_comparison { pub comparison: clingo_ast_comparison_operator_t, pub left: clingo_ast_term_t, pub right: clingo_ast_term_t, }

Fields

Trait Implementations

impl Copy for clingo_ast_comparison
[src]

impl Clone for clingo_ast_comparison
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations