Struct clingo_sys::clingo_ast_csp_product_term [] [src]

#[repr(C)]
pub struct clingo_ast_csp_product_term { pub location: clingo_location_t, pub coefficient: clingo_ast_term_t, pub variable: *const clingo_ast_term_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_csp_product_term
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_csp_product_term
[src]

impl Clone for clingo_ast_csp_product_term
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more