Enum z3_sys::AstPrintMode [] [src]

#[repr(u32)]
pub enum AstPrintMode { SmtLibFull, LowLevel, SmtLib2Compliant, }

Z3 pretty printing modes (See Z3_set_ast_print_mode).

This corresponds to Z3_ast_print_mode in the C API.

Variants

Print AST nodes in SMTLIB verbose format.

This corresponds to Z3_PRINT_SMTLIB_FULL in the C API.

Print AST nodes using a low-level format.

This corresponds to Z3_PRINT_LOW_LEVEL in the C API.

Print AST nodes in SMTLIB 2.x compliant format.

This corresponds to Z3_PRINT_SMTLIB2_COMPLIANT in the C API.

Trait Implementations

impl Debug for AstPrintMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for AstPrintMode
[src]

impl Clone for AstPrintMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for AstPrintMode
[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 AstPrintMode

impl Sync for AstPrintMode