Enum cryptominisat::Lbool [] [src]

#[repr(u8)]
pub enum Lbool { True, False, Undef, }

Variants

Methods

impl Lbool
[src]

Trait Implementations

impl PartialEq for Lbool
[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 Lbool
[src]

impl Clone for Lbool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lbool
[src]