Struct clingo_sys::clingo_ast_heuristic [] [src]

#[repr(C)]
pub struct clingo_ast_heuristic { pub atom: clingo_ast_term_t, pub body: *const clingo_ast_body_literal_t, pub size: usize, pub bias: clingo_ast_term_t, pub priority: clingo_ast_term_t, pub modifier: clingo_ast_term_t, }

Fields

Trait Implementations

impl Copy for clingo_ast_heuristic
[src]

impl Clone for clingo_ast_heuristic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations