Struct ratsat::clause::lbool [] [src]

pub struct lbool(_);

Methods

impl lbool
[src]

TRUE: lbool = lbool(0)

FALSE: lbool = lbool(1)

UNDEF: lbool = lbool(2)

[src]

[src]

[src]

Trait Implementations

impl Clone for lbool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for lbool
[src]

impl Debug for lbool
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for lbool
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for lbool
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for lbool
[src]

impl BitXor<bool> for lbool
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl BitXorAssign<bool> for lbool
[src]

[src]

Performs the ^= operation.

impl BitAnd for lbool
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitAndAssign for lbool
[src]

[src]

Performs the &= operation.

impl BitOr for lbool
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitOrAssign for lbool
[src]

[src]

Performs the |= operation.

Auto Trait Implementations

impl Send for lbool

impl Sync for lbool