Struct clingo_sys::clingo_ast_disjoint_element [] [src]

#[repr(C)]
pub struct clingo_ast_disjoint_element { pub location: clingo_location_t, pub tuple: *const clingo_ast_term_t, pub tuple_size: usize, pub term: clingo_ast_csp_sum_term_t, pub condition: *const clingo_ast_literal_t, pub condition_size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_disjoint_element
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_disjoint_element
[src]

impl Clone for clingo_ast_disjoint_element
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations