Enum cranelift_codegen::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]

Formats the value using the given formatter. Read more

impl Copy for OptLevel
[src]

impl Clone for OptLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OptLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OptLevel
[src]

impl Hash for OptLevel
[src]

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

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

impl Display for OptLevel
[src]

Formats the value using the given formatter. Read more

impl FromStr for OptLevel
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for OptLevel

impl Sync for OptLevel