Struct clingo_sys::clingo_ast_csp_sum_term [] [src]

#[repr(C)]
pub struct clingo_ast_csp_sum_term { pub location: clingo_location_t, pub terms: *mut clingo_ast_csp_product_term_t, pub size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_csp_sum_term
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_csp_sum_term
[src]

impl Clone for clingo_ast_csp_sum_term
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations