Enum cretonne::settings::OptLevel [] [src]

pub enum OptLevel {
    Default,
    Best,
    Fastest,
}

Values for shared.opt_level.

Variants

default.

best.

fastest.

Trait Implementations

impl Debug for OptLevel
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for OptLevel

impl Sync for OptLevel