Struct clingo_sys::clingo_weighted_literal [] [src]

#[repr(C)]
pub struct clingo_weighted_literal { pub literal: clingo_literal_t, pub weight: clingo_weight_t, }

A Literal with an associated weight. @ingroup ProgramInspection

Fields

Trait Implementations

impl Debug for clingo_weighted_literal
[src]

Formats the value using the given formatter.

impl Copy for clingo_weighted_literal
[src]

impl Clone for clingo_weighted_literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more