Enum rustproof_libsmt::theories::bitvec::Sorts [] [src]

pub enum Sorts {
    BitVector(usize),
    Bool,
}

Variants

Trait Implementations

impl Clone for Sorts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sorts
[src]

Formats the value using the given formatter.

impl Display for Sorts
[src]

Formats the value using the given formatter. Read more

impl Into<QF_BV_Sorts> for Sorts
[src]

Performs the conversion.

impl Into<QF_AUFBV_Sorts> for Sorts
[src]

Performs the conversion.

impl Into<QF_ABV_Sorts> for Sorts
[src]

Performs the conversion.