Struct moore_common::SessionOptions [] [src]

pub struct SessionOptions {
    pub ignore_duplicate_defs: bool,
    pub trace_scoreboard: bool,
    pub verbosity: Verbosity,
}

A set of options for a session.

The arguments passed on the command line are intended to modify these values in order to configure the execution of the program.

Fields

Print a trace of scoreboard invocations for debugging purposes.

The verbosity options.

Trait Implementations

impl Debug for SessionOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for SessionOptions
[src]

[src]

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