Enum z3_sys::ParameterKind [] [src]

#[repr(u32)]
pub enum ParameterKind { Int, Double, Rational, Symbol, Sort, AST, FuncDecl, }

The different kinds of parameters that can be associated with function symbols.

This corresponds to Z3_parameter_kind in the C API.

See also:

Variants

An integer parameter.

This corresponds to Z3_PARAMETER_INT in the C API.

A double parameter.

This corresponds to Z3_PARAMETER_DOUBLE in the C API.

A rational number parameter.

This corresponds to Z3_PARAMETER_RATIONAL in the C API.

A symbol parameter.

This corresponds to Z3_PARAMETER_SYMBOL in the C API.

A sort parameter.

This corresponds to Z3_PARAMETER_SORT in the C API.

An expression parameter.

This corresponds to Z3_PARAMETER_AST in the C API.

A function declaration parameter.

This corresponds to Z3_PARAMETER_FUNC_DECL in the C API.

Trait Implementations

impl Debug for ParameterKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ParameterKind
[src]

impl Clone for ParameterKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for ParameterKind
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl Send for ParameterKind

impl Sync for ParameterKind