Struct clingo_sys::clingo_ast_minimize [] [src]

#[repr(C)]
pub struct clingo_ast_minimize { pub weight: clingo_ast_term_t, pub priority: clingo_ast_term_t, pub tuple: *const clingo_ast_term_t, pub tuple_size: usize, pub body: *const clingo_ast_body_literal_t, pub body_size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_minimize
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_minimize
[src]

impl Clone for clingo_ast_minimize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more