Enum clingo_sys::clingo_truth_value [] [src]

#[repr(u32)]
pub enum clingo_truth_value { clingo_truth_value_free, clingo_truth_value_true, clingo_truth_value_false, }

Represents three-valued truth values.

Variants

Trait Implementations

impl Debug for clingo_truth_value
[src]

Formats the value using the given formatter.

impl Copy for clingo_truth_value
[src]

impl Clone for clingo_truth_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for clingo_truth_value
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for clingo_truth_value
[src]

impl Hash for clingo_truth_value
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more